We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5a749 commit dc99bc0Copy full SHA for dc99bc0
1 file changed
rc/gitconfig
@@ -40,6 +40,7 @@
40
verifySsl = false
41
sslVerify = false
42
[alias]
43
+ acp = "!f() { git add . && git commit -m \"$*\" && git push; }; f"
44
branches = !git branch -vv
45
cleanup = !"git fetch -p && git branch --merged origin/master | grep -vE '^\\*|master' | xargs -r git branch -d"
46
deltag = !git tag -d $1 && git push origin :refs/tags/$1
0 commit comments