mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-26 23:00:30 +08:00
added git merge abort
parent
227634e281
commit
afc0a14ded
@ -156,6 +156,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
|
||||
| _glog_ | git log --oneline --decorate --color --graph |
|
||||
| _glp_ | _git_log_prettily (git log --pretty=$1) |
|
||||
| _gm_ | git merge |
|
||||
| _gma_ | git merge --abort |
|
||||
| _gmt_ | git mergetool --no-prompt |
|
||||
| _gp_ | git push |
|
||||
| _gpoat_ | git push origin --all && git push origin --tags |
|
||||
|
Loading…
Reference in New Issue
Block a user