There are a number of old branches that I used to track which I want to remove from source tree. Is this possible? If I right click the branch in the side menu, I can delete the branch, but I'm not sure if this will just remove it from source tree (as I want) of if it will completely delete the branch from the GIT repo.
If you're using Git, when you delete a branch from the sidebar, if you do it in the local branches section (so ones not under a Remote, they're blue) then the branch will simply be deleted from your local repo. Any branches on remotes will not be affected.
If you want to delete a branch on a remote, you can expand the remote in the sidebar and delete the grey branch underneath. This is a separate task to deleting your purely local branch.
Worth saying that if you delete just the local branch, but you've pushed this branch to a remote at some point, you can always get the branch back again locally just by checking it out from the remote again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would love it if it was called "Delete local branch", and the corresponding command on remotes be called "Delete remote branch". Thanks for the hint anyways!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same question and same concern over what Delete would do. With the recent UI update, the local branches are no longer blue. A picture would be worth the proverbial 1000 words here, but I get an http error when i try to insert an image.
In the Sidebar, there are bolded sections for File Status, Branches, Tags, Remotes, and Stashes. Under Branches, right click the branch to remove and choose Delete. You'll get a confirmation popup with an unchecked checkbox to Force Delete. I did not check the box. As noted by Steve, this only removed the branch from my local repo. I'm guessing Force Delete will remove any local changes???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the changes in the local branch are not fully merged the action wont delete the local branch. Use the 'Force Delete' Flag for this. It will then delete the local branch only and this still does NOT affect the remote branch. Better naming would be great here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a local branch that was pulled from a remote branch created by someone else. The remote branch has since been deleted and I want to delete my local one as well. When I right click on the local branch the delete option is disabled. How do I get rid of it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Never mind, I couldn't delete it because I had it checkout. After moving to a different branch the option enabled again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree that it should have been called "Delete local only" for local branches and "Remove from remote repository" for remote. As these are two actions that can be dangerously confused!!!
If you ask me honestly, i would NOT allow deleting remote branch from Source tree or have a setting for it that is set to NO.
Very bad that I have to read all this before I am sure that it will not do any serious harm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Uh... I'm running SourceTree 3.2.6 and I created a branch. The branch showed up under "Branches" and "Remotes". I right clicked the branch under "Branches" and pressed "Delete <Branchname>".
The branch then proceeded to disappear from both "Branches" and "Remotes", which seemingly means the branch was deleted on the server! Luckily it was a fake branch I had created to test this functionality.
Has this behavior changed? Or am I misunderstanding something? This thread makes me believe that "Delete" under Branches should only delete the local reference... but it also deleted the "Remotes" version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to add a little more info to this thread, this is what happens when you delete a branch from the sidebar. It ASKS for confirmation. You can CHOOSE to delete the remote branch, but the default behavior is to just delete the local one.
For reference, this happens in Sourcetree 4.0.1 although more likely, the functionality is present in previous versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As someone who switches between Windows and Mac, this option is only available in the Mac version of SourceTree.
I found this thread trying to find out how to have the "Delete Remote Branch" option in the Windows version too.
This is the equivalent dialog in Windows:
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.
Please see my comment above... If I do this as of 3.2.6 the branch disappears from BOTH Branches and Remotes. This seemingly implies that "Delete <branchname>" actually deletes the branch on the server! Beware!
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.