mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
git: add --no-gpg-sign
to gwip (#6031)
This commit is contained in:
parent
0e0789fb7a
commit
4b82b86064
1 changed files with 1 additions and 1 deletions
|
@ -261,4 +261,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]"'
|
||||
|
|
Loading…
Reference in a new issue