标签与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中使用标签分支时遇到一些困难。 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


解决方案:

参考一: https://stackoom.com/question/673f/标签与Git中的分支有何不一样-我应该在哪里使用
参考二: https://oldbug.net/q/673f/How-is-a-tag-different-from-a-branch-in-Git-Which-should-I-use-here
相关文章
相关标签/搜索