Branch Workflow Update #31
Khalid1G
announced in
Announcements
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team 👋,
I would like to inform you about an important update regarding our branch workflow on GitHub. In order to streamline our development process and ensure a stable and reliable codebase, we have introduced a new branch called dev and implemented some changes to how we manage our main branch. Here are the details:
Creation and Protection of the dev Branch:
devwhich will serve as the primary branch for ongoing development.devbranch is now protected, meaning that direct pushes or merges to this branch are restricted.Purpose of the main Branch:
mainbranch will now be reserved exclusively for tested and production-ready code.mainbranch.Linking the Main Branch with the Server:
devbranch will be automatically pushed to the main branch, triggering the deployment process.By implementing this branch workflow update, we aim to achieve better code organization, enhanced stability, and efficient collaboration among the team. It also ensures that we maintain a clear distinction between development and production code.
Thank you for your cooperation and dedication to delivering high-quality code.
Beta Was this translation helpful? Give feedback.
All reactions