Skip to content

Instantly share code, notes, and snippets.

@yuanmai
Created May 8, 2013 07:55
Show Gist options
  • Select an option

  • Save yuanmai/5538917 to your computer and use it in GitHub Desktop.

Select an option

Save yuanmai/5538917 to your computer and use it in GitHub Desktop.
Speed up git tf
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