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

Git flow in Sourcetree 3.1.3

Edited

I am having a problem with SourceTree, where I start off with only a master branch, and then I enable git flow with defaults, which only creates a develop branch.

 

The issue here is that when I click on Git Flow button, it gives me the option to finish develop feature, which merges develop with itself, instead of providing a menu to create features and others. The Git flow is treating the develop and master as features instead of branches.

Am I doing something wrong in the Git Flow setup?image.png

1 answer

1 accepted

0 votes
Answer accepted

I have the same issue in Windows (Sourcetree version 3.3.4), also when i follow the flow with "Other action" > "Start new feature"  and create a feature, it is now showing as a branch and not like in previous versions (inside a "folder" with the name "feature").

The workaround for this is manage my branches with responsibility with the concept of git-flow in mind, i mean, all in a manual way.

I recall opening the config file in the .git folder at the root directory of my repository and noticing that the section [gitflow "prefix"] was not initialised. I had to manually repair these as:

[gitflow "branch"]
master = master
develop = develop


[gitflow "prefix"]

feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =

Like takatalvi12 likes this

You're right that's a good fix to this. Thanks!

Like pacebrianbov likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events