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
Post a Comment