Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we find out all the commits from a feature branch when merged into the release branch?

Venkat Palicherla
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 4, 2019

We have a scenario where we need to find all the commits (merge commits) from a feature branch to release branch.

1 answer

0 votes
Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 4, 2019

You should be able to do this via the Terminal:

git log origin/master..origin/develop --oneline

Replace origin/master and origin/develop with your 2 branches.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events