summaryrefslogtreecommitdiff
path: root/.config/git/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/config')
-rw-r--r--.config/git/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
index 8b450b9..6e06c87 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -11,6 +11,7 @@
[alias]
grp = !git --no-pager grep --color=auto
tree = log --oneline --decorate --graph
+ t3x-pack = "!sh -c 'git archive -o \"${PWD##*/}_`git describe --tags`.zip\" HEAD'"
branch-info = "!sh -c 'git branch --no-color | \
sed -e \"s/*/ /\" | \
while read branch; do \