Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

A particular user can view the your created branches in Bitbucket?

vegad Ravi
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 23, 2023

Hi Bitbucket 
can you improve A particular user can view the your created branches in Bitbucket?
for example:
Current User Name is "Zendo"
And "Zendo" create lots of branches and another user created Lots of branches
than "Zendo" go to Branches that time not give to any filter related of Current user

 

1 answer

0 votes
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 24, 2023

Hello @vegad Ravi ,

Welcome to Atlassian Community!

Git does not track who has created a branch, as a branch is simply a pointer to a commit, so I'm afraid it would not be possible to filter by the user who created the branch as this information isn't really stored by git.

However, a way you can determine who was working in a specific branch is by looking at the git logs :

git log --graph --abbrev-commit --decorate  --first-parent <branch_name>

Hope that helps!

Thank you, @vegad Ravi !

Patrik S

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events