1
Hello, today for code versioning in the company we use Tortoise SVN and would like to start using a versioner that when the developer commits something before the changes are merged with the repository code goes through an approval before, a manager would approve the commit or change and then yes these changes would go to the repository.
You could point me to some tool that works that way, would Git do that?
Thank you.
You can use anything to do this, Git can make it a little easier.
– Maniero
Git with Gerrit works perfectly for your need.
– Arthur Menezes
What you want is a Code Review tool. Take a look at this list: https://en.wikipedia.org/wiki/List_of_tools_for_code_review
– Arthur Menezes