私は SVN から Git への飛躍を遂げています (ただし、SVN への敬意は今でも変わりません)。SVN から Git への用語についていくつか質問がありました。SVN では、多くのリポジトリが次のようにセットアップされます。
- 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
branch/tag/trunk
Gitの標準的な規則名は何ですか?
お時間をいただきありがとうございます。