Git Cheat Sheet for TFS Users

November 24, 2015
Cover Image

More and more of my TFS consulting customers are interested in Git.  If you're used to a centralized version control system like Team Foundation Server Version Control (TFVC), it can be a little tricky to make the move to Git -- not because it's all that hard -- mostly because the terminology is completely different.  So, are you a TFVC user who needs to wrap your head around Git?  Here's a little cheat sheet for you.

tr:nth-child(even)

TFS Version ControlGit
WorkspaceRepository (aka. "Repo")
Get Latest  (First time)Clone
Get Latest (After first time)Pull
Check inCommit + Push
Check out(just start typing)
BranchBranch
MergeMerge
Code Review"pull request"
ShelvesetStash
LabelTag

Hope this helps.

-Ben

-- Need some help getting your TFS Version Control migrated over to Git?  Git branching got you down?  Trying to figure out Scrum + Git?  Wondering about Git DevOps?   We can help.  Drop us a line at info@benday.com.

Tags: git tfs