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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

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

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.
Jan 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