標籤與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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章