add alias for git push --no-verify

This commit is contained in:
Nick Nisi
2016-04-14 16:21:11 -05:00
parent 65d86849c3
commit ed6d16bf3a

View File

@@ -12,6 +12,7 @@
delete-merged-branches = "!f() { git checkout --quiet master && git branch --merged | grep --invert-match '\\*' | xargs -n 1 git branch --delete; git checkout --quiet @{-1}; }; f"
diff = diff --ignore-space-at-eol -b -w --ignore-blank-lines
cnv = commit --no-verify
pnv = push --no-verify
co = checkout
cob = checkout -b
s = status --short