add aliases to sync with other remotes and checkout pull requests

This commit is contained in:
2014-07-18 15:33:54 -07:00
parent 8293e68365
commit da273eabd7
2 changed files with 16 additions and 0 deletions

View File

@@ -28,8 +28,10 @@
ra = !git r --all
l = "!source ~/.githelpers && pretty_git_log"
la = !git l --all
sync = "!source ~/.githelpers && sync_to_remote"
todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *'
pr = "!source ~/.githelpers && get_pr"
[merge]
tool = vimdiff
ff = false