As a system, we work on the Master and Trunc base. For our application, we cannot work on branch and master strategy,
is there a way wherein One Developer can get his Commit reviewed before pushing it to the Master?
Hi Raghu, welcome to the Community!
That won't be possible. If your team is working on Master directly, every commit will be automatically merged. They'll need to have someone reviewing their code on their desk before they commit it, or create a fork of the repo and do their changes there, although I suppose this is similar to a branch in your scenario.
Let us know what solution did you adopt at the end!
Kind regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.