Skip to content

Commit

Permalink
Merge pull request #4 from jlegrone/feature/wip-fix
Browse files Browse the repository at this point in the history
fix(aliases): disable pre-commit hooks on WIP commits
  • Loading branch information
jlegrone authored Aug 3, 2017
2 parents 19cf840 + 5a71df1 commit f89fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jlegrone.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Create a "work in progress" commit with your current changes
# Usage: git wip
wip = !git add . && git commit -am "WIP"
wip = !git add . && git commit -am "WIP" --no-verify

# Undo your last commit
# Usage: git undo
Expand Down

0 comments on commit f89fd40

Please sign in to comment.