mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add alias for git commit --amend --no-edit
This commit is contained in:
parent
ffc17b6b4d
commit
ef386aa0d4
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ alias gca!='git commit -v -a --amend'
|
||||||
compdef _git gca!=git-commit
|
compdef _git gca!=git-commit
|
||||||
alias gcmsg='git commit -m'
|
alias gcmsg='git commit -m'
|
||||||
compdef _git gcmsg=git-commit
|
compdef _git gcmsg=git-commit
|
||||||
|
alias gcan='git commit -v -a --amend --no-edit'
|
||||||
|
compdef _git gcan=git-commit
|
||||||
alias gco='git checkout'
|
alias gco='git checkout'
|
||||||
compdef _git gco=git-checkout
|
compdef _git gco=git-checkout
|
||||||
alias gcm='git checkout master'
|
alias gcm='git checkout master'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue