add git helper and alias for updating another branch

This commit is contained in:
2015-01-27 11:11:09 -07:00
parent e40fed5356
commit 214f5b8a34
2 changed files with 18 additions and 0 deletions

View File

@@ -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"