I am having trouble finding any way to use shelvesets in Visual Studio 2013 using TFS. Has that feature been removed, or is it not available when using a GIT repository?
Asked
Active
Viewed 508 times
1 Answers
6
This feature does not exist with a git repository. You need to use branches instead. This makes sense as a git branch is at the repository level, so they are functionally equivalent.

Andrew Clear
- 7,910
- 5
- 27
- 35