Git - How do I manage built files in different branches?

后端 未结 5 608
滥情空心
滥情空心 2021-01-07 23:21

Some Background

I have been using Git for a while now. The projects that I have been working on have not been too complicated in regards to branches/tags.

5条回答
  •  迷失自我
    2021-01-08 00:15

    Perhaps I'm missing something obvious, but when switching branches, Git won't touch untracked or ignored files, so if you build a product in one branch and then switch to another branch, the built products should remain.

提交回复
热议问题