I could not find a reference how to remove a remote branch that is connected to an SVN repository so I have tried this:
$git branch -r -d my-remote-branch
This seemed to work well.
I could not find a reference how to remove a remote branch that is connected to an SVN repository so I have tried this:
$git branch -r -d my-remote-branch
This seemed to work well.
February 6th, 2009 at 5:24 am
Adding this to my bookmarks. Thank You
July 6th, 2009 at 12:21 pm
Great, thank’s, i’m searching this
.
April 12th, 2010 at 11:01 am
How do you get it back then if it was recreated on the svn server?