Created
October 9, 2012 11:01
-
-
Save tmr111116/3857971 to your computer and use it in GitHub Desktop.
zip でアーカイブする git のエイリアス。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
root = rev-parse --show-toplevel | |
basename = ! basename `git root` | |
zip = ! git archive --format=zip --output=`git basename`.zip HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment