私はSVNからGitへの飛躍をしています(しかし、SVNについての私の尊敬はまだ保持されています)。そしていくつかのSVNのGit用語についていくつかの質問がありました。 SVNでは、多くのリポジトリは、このように設定されている:SVNからGitブランチ/タグ/トランク
- trunk : The place where all of the main development occurs
- tag : Storing versions of major releases or important milestones
- branch : Where smaller "branch" development occurs as to not conflict with the main development occurring in the trunk, then is later merged into the trunk
はGitのでbranch/tag/trunk
のための標準的な慣習の名前は何ですか?
ありがとうございます。
すばらしい、ありがとうございました! –