summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@gmail.com>2017-10-09 02:41:01 +0200
committerBenjamin Franzke <benjaminfranzke@gmail.com>2017-10-09 02:41:01 +0200
commit852334c5bb2770de2a78bbd0ce29c42c9a95b9c0 (patch)
treebd562d7d2b1b39c0f0e255ed539b49461fdb94f1
parenta7d919457500772779c1b985f80580b7a6ed0d79 (diff)
downloaddotfiles-852334c5bb2770de2a78bbd0ce29c42c9a95b9c0.tar.gz
dotfiles-852334c5bb2770de2a78bbd0ce29c42c9a95b9c0.tar.bz2
dotfiles-852334c5bb2770de2a78bbd0ce29c42c9a95b9c0.zip
Add git alias "t3x-pack"
-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 \