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"
|
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
|
diff = diff --ignore-space-at-eol -b -w --ignore-blank-lines
|
||||||
cnv = commit --no-verify
|
cnv = commit --no-verify
|
||||||
|
pnv = push --no-verify
|
||||||
co = checkout
|
co = checkout
|
||||||
cob = checkout -b
|
cob = checkout -b
|
||||||
s = status --short
|
s = status --short
|
||||||
|
|||||||
Reference in New Issue
Block a user