Skip to content

Commit

Permalink
feat(git): Add aliases for 'git commit -S -s [-m]' (ohmyzsh#7616)
Browse files Browse the repository at this point in the history
I thought it would be useful to add these aliases. 

There are already aliases for `git commit -S` and `git commit -s` but there is none for both simultaneously =)
  • Loading branch information
nrvnrvn authored Jun 13, 2021
1 parent bd5d006 commit 0875121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ alias gcp='git cherry-pick'
alias gcpa='git cherry-pick --abort'
alias gcpc='git cherry-pick --continue'
alias gcs='git commit -S'
alias gcss='git commit -S -s'
alias gcssm='git commit -S -s -m'

alias gd='git diff'
alias gdca='git diff --cached'
Expand Down

0 comments on commit 0875121

Please sign in to comment.