How to delete the remote branch itself in sourceforge with all files in it, using egit ?
|
Go to |
|||||||||||
|
|
(Update March 2012) As tukushan mentions in the comment:
As Michael Mior details in his (upvoted) answer, you need to push "nothing" to the remote branch : With Egit, see "Delete Ref Specifications section":
(Original answer December 2011) You can also check out the very latest release of EGit (1.2, released yesterday December 23rd, 2011). You now have another way to delete a remote From its EGit/New and Noteworthy/1.2:
It remains to be tested if that option can delete a branch for a commit on a remote namespace (a commit part of a remote repo and fetched in your local repo). |
||||

