mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
more git aliases
This commit is contained in:
parent
6f29f2ada2
commit
87b3355ebc
@ -20,6 +20,8 @@ function aliases --description 'All aliases'
|
||||
abbr -a ga 'git add'
|
||||
abbr -a gaa 'git add -A'
|
||||
abbr -a gc 'git commit -m'
|
||||
abbr -a gcm 'git commit -am'
|
||||
abbr -a gca 'git commit --amend'
|
||||
abbr -a gu 'git pull'
|
||||
abbr -a gp 'git push'
|
||||
abbr -a gpp 'git_set_upstream'
|
||||
|
Loading…
Reference in New Issue
Block a user