mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
[git-plugin] changed -S to -s in gcs alias fix #6104
Signed-off-by: Raj <charanraj.tc@gmail.com>
This commit is contained in:
parent
291e96dcd0
commit
666bddf9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ compdef _git gcount
|
||||||
alias gcp='git cherry-pick'
|
alias gcp='git cherry-pick'
|
||||||
alias gcpa='git cherry-pick --abort'
|
alias gcpa='git cherry-pick --abort'
|
||||||
alias gcpc='git cherry-pick --continue'
|
alias gcpc='git cherry-pick --continue'
|
||||||
alias gcs='git commit -S'
|
alias gcs='git commit -s'
|
||||||
|
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
alias gdca='git diff --cached'
|
alias gdca='git diff --cached'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue