From 852334c5bb2770de2a78bbd0ce29c42c9a95b9c0 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 9 Oct 2017 02:41:01 +0200 Subject: Add git alias "t3x-pack" --- .config/git/config | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit