guys! I've got recently a DevOp position on a small company and one of my first tasks sound like this:
Most usual scenario is that a dev works on a branch, then switches branch to do a hotfix and forgets to do a git pull before making changes or before creating a new branch off that particular branch.
I would like to know how can I reach that goal, to sync their work in case of forgetting to use git pull
by one of our devs.
- We're using Jenkins if it can help us to reach our goal.
Thank you!