diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:41:01 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:41:01 +0200 |
commit | 852334c5bb2770de2a78bbd0ce29c42c9a95b9c0 (patch) | |
tree | bd562d7d2b1b39c0f0e255ed539b49461fdb94f1 /.config/git/config | |
parent | a7d919457500772779c1b985f80580b7a6ed0d79 (diff) | |
download | dotfiles-852334c5bb2770de2a78bbd0ce29c42c9a95b9c0.tar.gz dotfiles-852334c5bb2770de2a78bbd0ce29c42c9a95b9c0.tar.bz2 dotfiles-852334c5bb2770de2a78bbd0ce29c42c9a95b9c0.zip |
Add git alias "t3x-pack"
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 1 |
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 \ |