Fetch
git tf fetch [--deep]
Fetches changes made in TFS as a new commit in Git, and references the new commit as FETCH_HEAD. By default, a single commit will be created in the Git repo with the aggregate changes since the last fetch. When used with the --deep option, a Git commit will be created for each TFS changeset that was created since the last fetch.