feat: no CI on WIP commits (#5643)
This commit is contained in:
parent
3ed37f47cb
commit
3477ff2527
@ -237,4 +237,4 @@ alias gupv='git pull --rebase -v'
|
|||||||
alias glum='git pull upstream master'
|
alias glum='git pull upstream master'
|
||||||
|
|
||||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
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 New Issue
Block a user