Created
May 3, 2009 18:49
-
-
Save jhubert/106112 to your computer and use it in GitHub Desktop.
This file contains 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
works: git --git-dir=/Users/jhubert/repos/myrepo.git archive HEAD | |
doesnt: git archive --remote=/Users/jhubert/repos/myrepo.git HEAD | |
The second one doesn't return from the output. It waits. | |
I have to ctrl+c out of it in order to get back to a command prompt. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment