b9265d0e97
* All file names are lowercase. * All command docs are in the `commands/` directory. * A couple of useless files are gone.
25 lines
676 B
Markdown
25 lines
676 B
Markdown
## Summary
|
|
|
|
The verify command helps identify inaccuracies of a fetch, clone, or quick-clone from TFS.
|
|
|
|
## Synopsis
|
|
|
|
Usage: git-tfs verify [options]
|
|
where options are:
|
|
|
|
-i, --id, --tfs-remote, --remote
|
|
(Type: Value required, Value Type:[String])
|
|
An optional remote ID, useful if this repository will track multiple TFS repositories.
|
|
|
|
-d, --debug
|
|
(Type: Flag, Value Type:[Boolean])
|
|
Show lots of output.
|
|
|
|
-H, -h, --help
|
|
(Type: Flag, Value Type:[Boolean])
|
|
ShowHelp
|
|
|
|
-V, --version
|
|
(Type: Flag, Value Type:[Boolean])
|
|
ShowVersion
|