version control - Is there an option in SourceTree / Git to review another persons code before pushing? -


we use sourcetree project @ work. because team members inexperienced juniors, see lot of code isn't high quality.

therefore, want include step forces let code check team member before can push code. built-in option in sourcetree or git?

thanks in advance!

you can have them commit branch , create pull request, assigning reviewer of code, have approve/merge master/nightly.

in sourcetree option under repository menu item @ bottom.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -