<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>furmanek.net &#187; git</title>
	<atom:link href="http://www.furmanek.net/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.furmanek.net</link>
	<description>Greg Furmanek's personal blog</description>
	<lastBuildDate>Sat, 28 Aug 2010 18:58:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing git-svn remote branch</title>
		<link>http://www.furmanek.net/45/removing-git-svn-remote-branch/</link>
		<comments>http://www.furmanek.net/45/removing-git-svn-remote-branch/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 17:28:42 +0000</pubDate>
		<dc:creator>Gregory Furmanek</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[deleting branches]]></category>
		<category><![CDATA[git-svn]]></category>

		<guid isPermaLink="false">http://www.furmanek.net/?p=45</guid>
		<description><![CDATA[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.
]]></description>
			<content:encoded><![CDATA[<p>I could not find a reference how to remove a remote branch that is connected to an SVN repository so I have tried this:<br />
<code><br />
$git branch -r -d my-remote-branch<br />
</code></p>
<p>This seemed to work well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.furmanek.net/45/removing-git-svn-remote-branch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
