mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
allow amend commits with editing
This commit is contained in:
parent
e7ad5c923f
commit
244c431c75
@ -28,6 +28,7 @@ function abbrs --description 'All abbreviations'
|
|||||||
abbr -a gac 'git commit -am'
|
abbr -a gac 'git commit -am'
|
||||||
abbr -a gc 'git commit -m'
|
abbr -a gc 'git commit -m'
|
||||||
abbr -a gca 'git commit --amend --no-edit'
|
abbr -a gca 'git commit --amend --no-edit'
|
||||||
|
abbr -a gcae 'git commit --amend'
|
||||||
abbr -a gu 'git pull'
|
abbr -a gu 'git pull'
|
||||||
abbr -a gp 'git push'
|
abbr -a gp 'git push'
|
||||||
abbr -a gpp git-push-upstream
|
abbr -a gpp git-push-upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user