Files
git-tfs/doc/usecases
Baruch Odem (Rothkoff) c74a43696c Move [options] to right place
From the [`clone`](https://github.com/git-tfs/git-tfs/blob/master/doc/commands/clone.md) help I see the `[options]` comes right after the `clone` keyword.

Also, right now, running the `git tfs clone https://tfs.codeplex.com:443/tfs/Collection $/project/trunk . --branches=all` returns me:
> warning: you are going to clone a subdirectory of a branch and won't be able to manage branches :(
   => If you want to manage branches with git-tfs, clone $/Enterprise/Utils with '--branches=all' option instead...)
2020-01-26 12:31:02 +01:00
..