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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,381
Community Members
 
Community Events
185
Community Groups

SourceTree GitFlow won't finish feature

So I think I have the config correct,

when I click on gitflow, it says next action and lists:

'Finish Feature'

when I click it, the 'Feature Name' dropdown is blank though.

My branch is: 'feature-1200' and under feature name it shows '1200' for 1/2 a second and then goes away.

9 answers

I had the same issue. the following solved it for me.

start the terminal from sourcetree while the affected repository tab is selected / active.

type "git flow config" and press enter.

In my case all prefixes were empty.
If it is that same for you try the following:

  1. Type "git flow init -f" to force a new git flow initialization.
  2. Fill in the proper branch names when prompted:
    1. master
    2. develop
  3. Fill in the branch prefixes when prompted:
    1. feature/
    2. bugfix/
    3. release/
    4. hotfix/
    5. support/
  4. Fill in the Version prefix when prompted if you use it or just press enter.

 

i hope this will help some of you running into the same issue

It works for me, thank you.

For future reference.

this issue originates from the latest gitflow release that is incorporated in the latest git for windows release. (2.21.0)

so on every new gitflow initialisation the above should be redone

Same issue here

I have the same issue. 

I don' know why, but when it happens for me, I usually just rename the feature or release branch I am on, then try and finish it again. Works every time.

Same issue. Still appears to be in current version.

I am having the same problem with gitFlow. At first, the feature/hotfix name is displayed, but after about one second it disappears completely

I get the same with HGFlow

I am facing the same problem.

0 votes
Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 20, 2014

Would you mind posting your gitflow config?

same problem here

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events