Skip to content

Commit dc99bc0

Browse files
committed
Added the acp git alias
1 parent 8d5a749 commit dc99bc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rc/gitconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
verifySsl = false
4141
sslVerify = false
4242
[alias]
43+
acp = "!f() { git add . && git commit -m \"$*\" && git push; }; f"
4344
branches = !git branch -vv
4445
cleanup = !"git fetch -p && git branch --merged origin/master | grep -vE '^\\*|master' | xargs -r git branch -d"
4546
deltag = !git tag -d $1 && git push origin :refs/tags/$1

0 commit comments

Comments
 (0)