We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56655ad commit 59e0207Copy full SHA for 59e0207
config/git/config
@@ -68,6 +68,7 @@
68
rh = reset --hard HEAD
69
ra = rebase --abort
70
rc = rebase --continue
71
+ squash-all = "!f() { git reset $(git commit-tree HEAD^{tree} -m \"${1:-Initial commit}\"); }; f"
72
s = status
73
show-ignored = !git clean -ndX | perl -pe 's/Would remove //'
74
sshort = "!f() { git show --shortstat \"${1:-HEAD}\" | awk \"/files? changed/ { gsub(/,/, \\\"\\\", \\$4); gsub(/,/, \\\"\\\", \\$6); print \\\"\\033[32m+\\\" \\$4 \\\" \\033[31m-\\\" \\$6 \\\"\\033[0m\\\" }\"; }; f"
0 commit comments