Is there a way in Stash to view the full commit history, including file paths, since the branch was created? And make sure it's ONLY commits that were done to that branch, either directly or via merge? Or is this something that's more in the Bamboo tool bag? Thanks.
Hi RJP,
Can you try to perform this and see if its the command that you're looking for?
git log --walk-reflogs <mybranch>
Replace <mybranch> with the branch that you were interested with.
Cheers,
Andrew Er
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.