add git helper and alias for updating another branch
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
l = "!source ~/.githelpers && pretty_git_log"
|
||||
la = !git l --all
|
||||
sync = "!source ~/.githelpers && sync_to_remote"
|
||||
bsync = "!source ~/.githelpers && update_branch"
|
||||
|
||||
todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *'
|
||||
pr = "!source ~/.githelpers && get_pr"
|
||||
|
||||
Reference in New Issue
Block a user