From ebc270f99b650796c61ffdedb2069d598f9b063e Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sat, 1 Oct 2022 18:16:09 +0200 Subject: Update --- files/.gitconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'files/.gitconfig') 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 -- cgit v1.2.3