mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
new gcan! alias in the git plugin
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
3c6a720d5d
commit
1b034e178c
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ compdef _git gca=git-commit
|
||||||
# Git commit amend all tracked files
|
# Git commit amend all tracked files
|
||||||
alias gca!='git commit -v -a --amend'
|
alias gca!='git commit -v -a --amend'
|
||||||
compdef _git gca!=git-commit
|
compdef _git gca!=git-commit
|
||||||
|
# Git commit amend all tracked files
|
||||||
|
alias gcan!='git commit -v -a -s --no-edit --amend'
|
||||||
|
compdef _git gcan!=git-commit
|
||||||
# Git commit with message
|
# Git commit with message
|
||||||
alias gcmsg='git commit -m'
|
alias gcmsg='git commit -m'
|
||||||
compdef _git gcmsg=git-commit
|
compdef _git gcmsg=git-commit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue