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,553,525
Community Members
 
Community Events
184
Community Groups

SourceTree GitFlow cannot finish feature/hotfix

I can´t finish a feature hotfix beacuse it disappears.. see the image below.

When loading finishes, the name of the feature/hotfix disappears.

pantallazo1.pngpantallazo2.png

Thanks in advance

6 answers

1 accepted

1 vote
Answer accepted

The issue was the branch's name: Sourcetree didn´t include the word "feature/ or hotfix/" when I initialized Git flow. I had to init on cmd with git flow init -f again.

 

thanks

I got same issue.

As far as I can check, root cause seems to be SourceTree "Git flow init" button fails setting gitflow prefixes.

My Git config was "empty":

[gitflow "prefix"]
feature =
bugfix =
release =
hotfix =

 

Replacing with usual default setting (here after) fixed this issue at my end

[gitflow "prefix"]
feature = feature/
bugfix = bugfix/
release = release/
hotfix = hotfix/

 

Hope this can help,

this fix my error..thanks so much.!

Hi, if the feature was created before the config file fix follow these steps:

1) fix file config:

[gitflow "prefix"]
feature = feature/
bugfix = bugfix/
release = release/
hotfix = hotfix/

2) restart sourcetree

3) rename your feature: from "myfeature" to "feature/myfeature"

4) click on "Git Flow" button

Hi.

 

I'm having the same user as the reporter, at the beginning the hotfix is listed but after some seconds it disappears.

I'm using a new brand computer and I cloned my git from bitbucket, in my other PC it works ok.

I'm using version 3.3.6

 

I already did this: git flow init -f

 

And this:

Replacing with usual default setting (here after) fixed this issue at my end

[gitflow "prefix"]
feature = feature/
bugfix = bugfix/
release = release/
hotfix = hotfix/

I have the same problem

$ git flow feature list
Fatal: Prefix parameter missing.
No feature branches exist.

You can start a new feature branch:

git flow feature start <name> [<base>]

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

Hello! This might be an issue on our end but as a work-around just click the "Terminal" button and run the following command:

git flow hotfix finish 1527-acceso-denegado

 

Before doing that, could you run the command that will list the possible hotfix names for gitflow and reply with the results?

git flow hotfix list

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events