@@ -7,7 +7,7 @@ Git-tfs could be easily used to migrate source history from TFSVC to a git repos
7
7
Depending on the TFVC changesets history, git-tfs could have more or less difficulties to retrieve the history
8
8
(Especially in case of renamed branches).
9
9
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...
11
11
12
12
#### Fetch all the history, for all branches
13
13
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:
51
51
#### Fetch only the last changeset
52
52
53
53
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
55
55
for us the last solution to try (or if you don't care about your history...).
56
56
You could do it by running:
57
57
@@ -126,7 +126,7 @@ Clean all the git-tfs metadatas from the commit messages:
126
126
Then verify that all is ok and delete the folder ` .git/refs/original ` ( to delete old branches)
127
127
128
128
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)!
130
130
131
131
### Add a remote toward TFS(Git) repository
132
132
0 commit comments