I am having some difficulty understanding how to use tags versus branches in git . 我在理解如何在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? 在什么状况下我应该使用一个与另外一个? this