Created
May 8, 2013 07:55
-
-
Save yuanmai/5538917 to your computer and use it in GitHub Desktop.
Speed up git tf
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
| git config core.sparseCheckout true | |
| cat .git/info/sparse-checkout | |
| /* | |
| !foo/bar/ | |
| cat .git/info/exclude | |
| foo/bar/* | |
| cd foo | |
| git tf clone http://tfsclient $/Repo/foo/bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment