Skip to content

Commit

Permalink
Add alias for signed git commit with message (ohmyzsh#5390)
Browse files Browse the repository at this point in the history
Signed-off-by: Mat Munn <mat@savi.com.au>
  • Loading branch information
savimat authored and mcornella committed Oct 2, 2016
1 parent 4fe4214 commit e23a8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -65,6 +65,7 @@ alias gca!='git commit -v -a --amend'
alias gcan!='git commit -v -a --no-edit --amend'
alias gcans!='git commit -v -a -s --no-edit --amend'
alias gcam='git commit -a -m'
alias gcsm='git commit -s -m'
alias gcb='git checkout -b'
alias gcf='git config --list'
alias gcl='git clone --recursive'
Expand Down

0 comments on commit e23a8bb

Please sign in to comment.