Skip to content

Commit

Permalink
git: add --no-gpg-sign to gwip (ohmyzsh#6031)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and dukegod committed Jul 16, 2019
1 parent 46e024b commit 0078522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ alias gupav='git pull --rebase --autostash -v'
alias glum='git pull upstream master'

alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify -m "--wip-- [skip ci]"'
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]"'

0 comments on commit 0078522

Please sign in to comment.