mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge 002ade998a into 140034605e
This commit is contained in:
commit
eac941653f
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ compdef _git gc=git-commit
|
||||||
alias gc!='git commit -v --amend'
|
alias gc!='git commit -v --amend'
|
||||||
compdef _git gc!=git-commit
|
compdef _git gc!=git-commit
|
||||||
alias gca='git commit -v -a'
|
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'
|
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue