I'm relatively new to git and am having the below problem
I have a pipeline, and I'm trying to find the commit hash of the incoming pull request / merge, store it, and use it elsewhere in a simple git log command.
So is there a git command (or powershell script) that can find the incoming merge commit hash of a PR?
Sorry in advance if the answer is obvious my google fu did not help with this one.