Skip to content

Commit

Permalink
fix(aliases): disable pre-commit hooks when amending previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Aug 7, 2017
1 parent 023bfb1 commit 2db4478
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 @@ -35,7 +35,7 @@
# Amend your last commit to include current changes
# ** Rewrites history **
# Usage: git amend
amend = "!git add . && git commit --amend --no-edit"
amend = "!git add . && git commit --amend --no-edit --no-verify"

# Add staged changes to a specified commit (may introduce conflicts during rebase)
# ** Rewrites history **
Expand Down

0 comments on commit 2db4478

Please sign in to comment.