标签与Git中的分支有何不同?我应该在哪里使用? - How is a tag different from a branch in Git? Which should I use, here?

问题:

I am having some difficulty understanding how to use tags versus branches in git . 我在理解如何在git中使用标签分支时遇到一些困难。

I just moved the current version of our code from cvs to git , and now I'm going to be working on a subset of that code for a particular feature. 我刚刚将当前版本的代码从cvs移动git ,现在我将为特定功能处理该代码的子集。 A few other developers will be working on this as well, but not all developers in our group are going to care about this feature. 其他一些开发人员也会参与其中,但并非所有开发人员都会关注此功能。 Should I be creating a branch or a tag? 我应该创建分支还是标记? In what situations should I be using one versus the other? 在什么情况下我应该使用一个与另一个?


解决方案:

参考一: https://en.stackoom.com/question/673f
参考二: https://stackoom.com/question/673f
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章