add alias for git push --no-verify
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user