3

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?

Curtis
  • 5,794
  • 8
  • 50
  • 77

1 Answers1

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