From 794870f71f9f8119088d4f817ade1fba5261caad Mon Sep 17 00:00:00 2001 From: irontoby Date: Thu, 31 Oct 2013 13:57:27 -0400 Subject: [PATCH] Update unshelve.md to clarify that a new branch will be created --- doc/commands/unshelve.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/commands/unshelve.md b/doc/commands/unshelve.md index 288b9f86..b09453e0 100644 --- a/doc/commands/unshelve.md +++ b/doc/commands/unshelve.md @@ -1,5 +1,5 @@ ## Summary -Unshelves a TFS shelveset into a Git branch. +Unshelves a TFS shelveset into a new Git branch. Usage: git-tfs unshelve -u -h, -H, --help @@ -17,6 +17,8 @@ Unshelves a TFS shelveset into a Git branch. ## Examples +Note: These commands will fail if the branch specified by `git-branch-name` already exists locally. + ### Create a branch from a shelveset under the current TFS user `git tfs unshelve MyShelvesetName MyBranch`