I currently have a UAT branch and a master branch. I merge the UAT branch into Master on a weekly basis (after a weekly release).
I have foolishly checked in another item onto UAT before doing the merge.
Can I do something like this:
git merge uat 4d9ed3b8122a215f64f07028c92bb0cb0a8b4570
So would that merge UAT up to that commit?