Branch Workflow Update #31
Khalid1G
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
dev
which will serve as the primary branch for ongoing development.dev
branch is now protected, meaning that direct pushes or merges to this branch are restricted.Purpose of the main Branch:
main
branch will now be reserved exclusively for tested and production-ready code.main
branch.Linking the Main Branch with the Server:
dev
branch 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