Clone

git tf clone http://myserver:8080/tfs/collectionName $/TeamProjectA/Main [--deep]

Initializes a new git repo from an existing path in a TFS server. When cloning from TFS, by default a shallow clone is performed, i.e. only the latest changeset is downloaded and used to create the first Git commit. The optional --deep flag may be used to clone each TFS changeset for the specified path into the new Git repo. Note, when using the --deep option, all future git tf fetch, git tf pull, and git tf checkin operations will default to --deep.

Last edited Aug 9, 2012 at 9:46 PM by mmitrik, version 1

Comments

No comments yet.