rename 'bare' option of fetch to not conflict from the one of clone

This commit is contained in:
Philippe Miossec
2013-06-06 19:56:33 +02:00
parent a81f5a2fb1
commit f20a9da861
+1 -1
View File
@@ -53,7 +53,7 @@ namespace Sep.Git.Tfs.Commands
v => AuthorsFilePath = v },
{ "l|with-labels|fetch-labels", "Fetch the labels also when fetching TFS changesets",
v => FetchLabels = v != null },
{ "b|bare=", "The name of the branch on which the fetch will be done for a bare repository",
{ "b|bare-branch=", "The name of the branch on which the fetch will be done for a bare repository",
v => BareBranch = v },
{ "force", "Force fetch of tfs changesets when there is ahead commits (ahead commits will be lost!)",
v => ForceFetchBare = v != null },