Skip to content

Commit

Permalink
feat: no CI on WIP commits (ohmyzsh#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz authored and jmartindf committed Nov 10, 2018
1 parent c8f943b commit 95a81b0
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 @@ -244,4 +244,4 @@ alias gupv='git pull --rebase -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--"'
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify -m "--wip-- [skip ci]"'

0 comments on commit 95a81b0

Please sign in to comment.