You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a project on a "Develop" branch.
When using "Git-flow" in the past, I got a new branch called "feature" and under feature the name of the branch I've created.
Lately when on "develop" (develop is checked out), and I choose "git-flow" the options show:
Finish feature
Other options
I choose other options and create a new branch. The newly created branch is not under "feature" but in the same hierarchy as the "develop" branch.
My other team mate when she check out develop and click Git-flow she has options:
Create new feature
etc..
and when she creates a new branch it is under "feature"
All my repositories immediately suggest I "finish feature" when "git-flow" on develop...
WHY??
How can I fix that?
Hello!
It sounds like your git-flow config might be invalid. Could you post the contents of your 'config' file under "YOUR_REPO/.git"? It should look something like this:
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =
Hello,
It looks like that:
Should I assign the string manually?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.