[git-plugin] changed -S to -s in gcs alias fix #6104

Signed-off-by: Raj <charanraj.tc@gmail.com>
This commit is contained in:
Raj 2017-05-24 23:07:47 +05:30
parent 291e96dcd0
commit 666bddf9b0
No known key found for this signature in database
GPG Key ID: B82AF523650B6A4D

View File

@ -81,7 +81,7 @@ compdef _git gcount
alias gcp='git cherry-pick'
alias gcpa='git cherry-pick --abort'
alias gcpc='git cherry-pick --continue'
alias gcs='git commit -S'
alias gcs='git commit -s'
alias gd='git diff'
alias gdca='git diff --cached'