06May
How to create a TFS ShelveSet from Command Prompt?
Posted by admin as Microsoft, Visual Studio
To create a ShelveSet from command prompt in TFS, you can just use the command “TF shelve” from Visual Studio command line. This should open a UI dialog with all the pending changes in current work space. If you would like to create a shelveset with all the changes under current directory you can use the command “TF shelve . /RECURSIVE“.
- Tags: Microsoft, Technology, TFS, Visual Studio, Windows
