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 =)
@@ -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'