Skip to content
Dave Anderson edited this page Jul 26, 2013 · 7 revisions

Links

Installation

cinst gittfs

Startup

git tfs 

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