mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
feat: no CI on WIP commits (#5643)
This commit is contained in:
parent
3ed37f47cb
commit
3477ff2527
1 changed files with 1 additions and 1 deletions
|
@ -237,4 +237,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]"'
|
||||
|
|
Loading…
Reference in a new issue