diff options
Diffstat (limited to 'files/.gitconfig')
| -rwxr-xr-x[-rw-r--r--] | files/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 56d6b44..cfe4dfc 100644..100755 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -22,3 +22,4 @@ ka = !sh -c 'gitk --all' - kb = !sh -c 'gitk --branches' - fix = commit --amend -C HEAD + ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' - |
