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,556,475
Community Members
 
Community Events
184
Community Groups

Finish Feature not finishing

Sourcetree Version 2.3.5.0

 

Hi

I am a solo Web developer and use GIT and Sourcetree to keep track of my changes.

I use Master branch for updating and obviously Development for changes.

I mainly use origin (Bitbucket) for back up.

While developing, my plan is to make features to test and add changes, if it works, I want to push it back to development and after testing, merge with Master which I will load to live site.

Creating features works, but I can not get them to finish and merge back to Development.

Sourcetree just hangs trying to finish the tree. No errors, nothing. It just shows running screen but never finish. If I create a new feature and then finish it, it works. If I make changes and commit, it just hangs.

Any help would be appreciated, I really want to use the feature. Sorry for the TL;DR

Attached you will find a screen shot of my tree as well as my git config.

sourcetree.JPG

And my git config:

[core]
    repositoryformatversion = 0
    filemode = false
    bare = false
    logallrefupdates = true
    symlinks = false
    ignorecase = true
    hideDotFiles = dotGitOnly
[gui]
    wmstate = normal
    geometry = 887x427+156+156 199 192
[remote "origin"]
    url = [REMOVED FROM TEXT]
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[gitflow "branch"]
    master = master
    develop = development
[gitflow "prefix"]
    feature = feature/
    release = release/
    hotfix = hotfix/
    versiontag =
[user]
    name = [REMOVED FROM TEXT]
    email = [REMOVED FROM TEXT]
[branch "development"]
    remote = origin
    merge = refs/heads/development
[pack]
    buildbitmaps = false
[gitflow "branch.feature/single_dealer"]
    base = development
[gitflow "branch.feature/Car_import_V2"]
    base = development
[gitflow "branch.feature/auction_processing"]
    base = development
[branch "feature/auction_processing"]
    remote = origin
    merge = refs/heads/feature/auction_processing
[gitflow "branch.feature/car_search"]
    base = development
[branch "feature/car_search"]
    remote = origin
    merge = refs/heads/feature/car_search

3 answers

1 accepted

0 votes
Answer accepted

Updated embedded GIT. had error extracting, but it done it.

Did another test, now it works.

Thanks so much!

Q..

Hi,

Congrats! you could solve the issue. I am also having the same problem, but I could not fix it. Can you help me to solve the issue please. I would appreciate your help. Thanks in advance.

All I did was to update my GIT version. See below

I have also tried after update the git version but it's still not working.

Sketch_3.png

Try switching to System GIT

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 08, 2017

Hi

You said 'Sourcetree just hangs trying to finish the tree' can you explain a bit more about this?

Is the tree the log view?
Looking at the image you posted, I assume you think it is wrong, what are you expecting to see?
How do you merge your feature branches?

Sorry, 'finish the tree' was the wrong wording. I meant finish the feature, using Git Flow.

The image is the log view, showing 2 branches with features just hanging, because I cant get them to finish.

These are my steps:

I commit devel

I then create a feature with Git flow. (from devel)

start feature.JPG

Work on it and commit.

Now I want to close it and merge back to devel:

So I click on Git Flow, and then click finish the feature.

feature close.JPG

feature close 2.JPG

This is where the problem starts:

It hangs just doing this, noting else happens. No errors or anything. It just hangs there trying to complete the feature with the bar running the whole time

Capture.JPGfeature close 3.JPG

minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 08, 2017

What version of git are you running, see the  Tools/Options/Git tab

minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 19, 2018

Ah you will need a 2.x version of Git preferably 2.18 or higher.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events