diff options
| author | Anton Bobov <anton@bobov.name> | 2022-10-01 18:16:09 +0200 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2022-10-01 18:16:09 +0200 |
| commit | ebc270f99b650796c61ffdedb2069d598f9b063e (patch) | |
| tree | 965884c940bfb4f896a7bd35190a81ae173ce36b /files/.gitconfig | |
| parent | afc7b47498cbbca7a4df45c46eb92b5a8a94cbaf (diff) | |
Update
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 1 |
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 |
