You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/09-git-and-other-scms/sections/client-tfs.asc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Git-tfs maps the branch you cloned from to `tfs/default`, and others get their o
134
134
135
135
Another thing to notice is the `git-tfs-id:` lines in the commit messages.
136
136
Instead of tags, git-tfs uses these markers to relate TFVC changesets to Git commits.
137
-
This has the implication that your Git commits will have a different SHA-1 hash before and after they has been pushed to TFVC.
137
+
This has the implication that your Git commits will have a different SHA-1 hash before and after they have been pushed to TFVC.
138
138
139
139
===== Git-tf[s] Workflow
140
140
@@ -259,7 +259,7 @@ There's a new `TFS_C35348` tag, indicating that TFVC is storing the exact same s
259
259
It's important to note that not every Git commit needs to have an exact counterpart in TFVC; the `6eb3eb5` commit, for example, doesn't exist anywhere on the server.
260
260
261
261
That's the main workflow.
262
-
There are a couple other considerations you'll want to keep in mind:
262
+
There are a couple of other considerations you'll want to keep in mind:
263
263
264
264
* There is no branching.
265
265
Git-tf can only create Git repositories from one TFVC branch at a time.
@@ -387,7 +387,7 @@ As an example, let's create one:
0 commit comments