diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 13022f4..86568b0 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -58,3 +58,5 @@ hub = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open + pk = !git archive HEAD --format=zip > `basename $PWD`_`\\date '+%Y.%M.%d'`.zip +