We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cinst gittfs
git tfs clone http://tfs:8080/tfs/DefaultCollection $/project
git checkout -b my_new_branch
Do work
git commit -m "ready to shelve"
git tfs pull
git shelve "1234 Shelf Name"
git tfs checkintool