Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch Management (分支管理) #31

Open
1 task
ImChong opened this issue Jan 10, 2024 · 0 comments
Open
1 task

Branch Management (分支管理) #31

ImChong opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed Main Summary of all issues (For new aspect of repo only)

Comments

@ImChong
Copy link
Owner

ImChong commented Jan 10, 2024

在使用Git进行软件开发管理时,通常会创建两个主要分支:

  • main/master 分支 - 这个分支包含了正式发布的产品代码。
  • develop 分支 - 这个分支包含了正在开发中的代码。

除此之外,根据需要还可以创建其他辅助分支,常见的分支名包括:

  • feature/xxx - 开发某个新功能的分支。
  • bugfix/xxx - 修复某个Bug的分支。
  • hotfix/xxx - 修复线上环境的紧急Bug的分支。
  • release/xxx - 预发布的分支。

Resources

@ImChong ImChong added the Main Summary of all issues (For new aspect of repo only) label Jan 10, 2024
@ImChong ImChong self-assigned this Jan 10, 2024
@ImChong ImChong changed the title Branch Management(分支管理) Branch Management (分支管理) Jan 10, 2024
@ImChong ImChong added the help wanted Extra attention is needed label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Main Summary of all issues (For new aspect of repo only)
Projects
None yet
Development

No branches or pull requests

1 participant