mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
added gcam command to git.plugin and fixed wrong alias in it
This commit is contained in:
parent
e55c715508
commit
002ade998a
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ compdef _git gc=git-commit
|
|||
alias gc!='git commit -v --amend'
|
||||
compdef _git gc!=git-commit
|
||||
alias gca='git commit -v -a'
|
||||
compdef _git gc=git-commit
|
||||
compdef _git gca=git-commit
|
||||
alias gcam='git commit -a -m'
|
||||
compdef _git gcam=git-commit
|
||||
alias gca!='git commit -v -a --amend'
|
||||
compdef _git gca!=git-commit
|
||||
alias gcmsg='git commit -m'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue