Skip to content
Dave Anderson edited this page Aug 12, 2013 · 7 revisions

Links

Installation

cinst gittfs

Startup

git tfs clone http://tfs:8080/tfs/DefaultCollection $/project

Workflow

create a branch and start working

git checkout -b my_new_branch

Do work

Commit changes

git commit -m "ready to shelve"

Sync with Repository

git tfs pull

Shelve for Review

git shelve "1234 Shelf Name"

Check-in

git tfs checkintool
Clone this wiki locally