I have two branch one for release and one for production. All the developer pushes their changes to production and integrator takes the changes(merge) to release. Is there a way I can reject the changes pushed by particular user ? Two use case given below.
- Changes pushed one top of user’s changes.
- No changes pushed on top of user’s changes.