What is Shelving in TFS?

后端 未结 8 1587
太阳男子
太阳男子 2020-12-02 03:42

Is shelving in TFS merely a soft checkin so other team members can see the source code?

i.e. the shelved code will not be compiled right?

8条回答
  •  遥遥无期
    2020-12-02 04:05

    Shelving is like your changes have been stored in the source control without affecting the existing changes. Means if you check in a file in source control it will modify the existing file but shelving is like storing your changes in source control but without modifying the actual changes.

提交回复
热议问题