开发者

Removing part of a branch

开发者 https://www.devze.com 2023-01-02 11:37 出处:网络
In our codebase we are using the following structure, using TFS / - Build - Development - Dev1 - Dev2 - Main

In our codebase we are using the following structure, using TFS

/
  - Build
  - Development
    - Dev1
    - Dev2
  - Main
  - Releases
    - Rel1
    - Rel2

The Development and Releases sections contain branches off main. The Build section sits outside the branching. Within each of the branches there is a section which should not have been included within the branching which I would lik开发者_如何学Pythone to move under Build.

Is it possible to move this section out and remove its branching information?

If I do a rename what impact might this have when creating new branches or merging?


if you want to get rid of the branching history, you'll need to go to the command line and do a TF Destroy.

Once you do that, you can rebranch to where it needs to go.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号