Describe the git workflow process including the branching rules, commit messages format, pull requests review, and other aspects
-
Create branches for each issue; -
When ready for review, create merge requests; -
Make sure to map MRs to issues; -
What you describe must correspond to what is in the git repo; -
Practice using git as the team: each team member must push a commit, create an MR, and review and approve another MR leaving at least one relevant comment.
Edited by Rishat Shaiкhutdinov