Files
git-tfs/doc/commands/exportmap.md
T
2019-11-01 14:02:06 +01:00

439 B

Summary

The exportmap command creates a mapping file of Tfs ChangeSet Id and Commit Id from an already migrated repository.

Synopsis

Usage: git-tfs exportmap [options]
where options are:

    -f=VALUE 	The path to the mapping file			
	-r=VALUE 	The path to the git repository

Examples

Create a mapping file from current working directory / git repository

	git tfs exportmap -f mapping.txt -r .