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