Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Why sourceTree not pruning github's deleted branches?

Christian September 21, 2014

Hi,

I'm using sourceTree with github as a central repo. When my collegues merge and delete some branches, they are not deleted from my local repo, although I did check "prune" in the fetch dialog. What am I missing?

Thanks smile

1 answer

1 vote
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.
September 21, 2014

Did your colleagues delete those branches from GitHub, or just their local repositories? In SourceTree, neither deleting or force-deleting a local branch deletes from remotes - you need to find the branch in the "remote branches" list and delete it from there.

Christian September 22, 2014

I confirm that the branches are no longer present on github.

 

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.
September 22, 2014

Lookup how to do a fetch + prune from the command line, and test that. That will identify whether the problem is with SourceTree, or your Git version. If it works from command line, submit a bug report for SourceTree at http://jira.atlassian.com

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.
September 22, 2014

I suppose it's also possible that if, before you tried to prune, you did a fetch without pruning (SourceTree might be configured to do this automatically), then the earlier fetch might have removed the link between the local branch and the remote, making the later fetch think that those are local-only branches.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events