git set upstream shortcut

This commit is contained in:
Noah Masur
2020-11-22 23:33:00 -05:00
parent e64832cdf5
commit c25c996061
2 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,7 @@ function aliases --description 'All aliases'
abbr -a gc 'git commit -m'
abbr -a gu 'git pull'
abbr -a gp 'git push'
abbr -a gpp 'git_set_upstream'
abbr -a gl 'git log --graph --decorate --oneline -20'
abbr -a gll 'git log --graph --decorate --oneline'
abbr -a gco 'git checkout'