mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
git set upstream shortcut
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user