Code review process when using GIT as a repository?
- by Sid
What is the best process for code review when using GIT?
Current process:
We have a GIT server with a master branch to which everyone commits
Devs work off the local master mirror or a local feature branch
Devs commit to server's master branch
Devs request code review on last commit
Problem:
Any bug in code review are already in master by…