aboutsummaryrefslogtreecommitdiff
path: root/files/.gitconfig
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2022-10-01 18:16:09 +0200
committerAnton Bobov <anton@bobov.name>2022-10-01 18:16:09 +0200
commitebc270f99b650796c61ffdedb2069d598f9b063e (patch)
tree965884c940bfb4f896a7bd35190a81ae173ce36b /files/.gitconfig
parentafc7b47498cbbca7a4df45c46eb92b5a8a94cbaf (diff)
Update
Diffstat (limited to 'files/.gitconfig')
-rw-r--r--files/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig
index ff2a84f..9d3889f 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -40,6 +40,7 @@
amend = commit --amend
ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' -
br = branch --sort=-committerdate
+ acm = !git add --all && git commit -m
c = commit --verbose
co = checkout
ci = commit