Commit 3477ff25 authored by Jason Kurian's avatar Jason Kurian Committed by Marc Cornellà
Browse files

feat: no CI on WIP commits (#5643)

parent 3ed37f47
...@@ -237,4 +237,4 @@ alias gupv='git pull --rebase -v' ...@@ -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]"'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment