Forums

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

How to find all the commits made on a bit bucket branch?

sukesh kasam
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!
September 5, 2018

I have a branch where all the developers will commit their changes, I would like to track all the changes for the release. my question is how can I download all the commit messages for this particular branch.

Cheers. 

1 answer

0 votes
kiran jonnalagadda September 5, 2018

there are many ways to see commits on branches  let's see some practices below.

from CLI: use Git BASH or terminal or any cli tool which have access to git Binaries

use below commands that can help you list all the commits in a branch

below command show commit log on that branch

git log

if your developers uses tags for releases you can diff tags 

git log tag1..tag2

git diff tag1 tag2

from Gui:  

goto bibtbucket repository you want to view commits

on left hand side of the repository page you will notice an option commits. if you click on it it will display all commits on that branch. 

you can switch branches and can list commits on this page

sukesh kasam
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!
September 7, 2018

Thanks a lot for your response kiran, am looking forward to import them to excel or any format.

kiran jonnalagadda September 7, 2018

Hope, this can help you formatting commits and there messages you can just easily redirect them to a file.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events