Skip to content

Commit b0b5aa4

Browse files
martinsewerepmiossec
authored andcommitted
doc: Update migrate_tfs_to_git.md (git-tfs#1247)
Fixed some typos 👍
1 parent f1c4ea5 commit b0b5aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/usecases/migrate_tfs_to_git.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Git-tfs could be easily used to migrate source history from TFSVC to a git repos
77
Depending on the TFVC changesets history, git-tfs could have more or less difficulties to retrieve the history
88
(Especially in case of renamed branches).
99
Here are described, in order, the different options that could be tried to retrieve as much history as possible.
10-
If you are not insterested by all the history (because it could be very long), you could just choose the option that suits you the best...
10+
If you are not interested by all the history (because it could be very long), you could just choose the option that suits you the best...
1111

1212
#### Fetch all the history, for all branches
1313
First fetch all the source history (with all branches) in a local git repository:
@@ -51,7 +51,7 @@ To do that, use the option `--changeset=3245`, and run:
5151
#### Fetch only the last changeset
5252

5353
In the last resort, when none of the solution before has worked, your only solution remains to clone only the last Changeset.
54-
Even if it's the way that Microsoft recommend to migrate to git (surely because they doesn't provide a better way!?!), that's
54+
Even if it's the way that Microsoft recommend to migrate to git (surely because they don't provide a better way!?!), that's
5555
for us the last solution to try (or if you don't care about your history...).
5656
You could do it by running:
5757

@@ -126,7 +126,7 @@ Clean all the git-tfs metadatas from the commit messages:
126126
Then verify that all is ok and delete the folder `.git/refs/original` ( to delete old branches)
127127

128128
Note: if you do that, you won't be able to fetch tfs changesets any more.
129-
You should do that if you want to migrate definitively away of TFS(VC)!
129+
You should do that if you want to migrate definitively away from TFS(VC)!
130130

131131
### Add a remote toward TFS(Git) repository
132132

0 commit comments

Comments
 (0)