Before making any new changes make sure to go back to the dev
branch pull and create a new branch from there
Make sure to follow this branch naming convention
The dev branch is where developers work on
Always use the dev branch as the base branch of your pull requests
The staging branch has a public link that is used to show progress to the client
The main branch is the production branch.
Change the base branch using other methods like git rebase
instead of using the pull request merging for the dev
, main
, and staging