Guest User

Untitled

a guest
Jul 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ## ~/.gitconfig
  2. [alias]
  3. zip = !sh -c 'git-archive --format=zip --prefix=$(basename "`pwd -P`")/ $0 > $(basename "`pwd -P`")-$0.zip'
  4.  
  5. ## git help output
  6. $ git help zip
  7. `git zip' is aliased to `!sh -c 'git-archive --format=zip --prefix=$(basename `pwd -P`)/ $0 > $(basename `pwd -P`)-$0.zip''
Add Comment
Please, Sign In to add comment