<?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>sudo -s &#187; Uncategorized</title>
	<atom:link href="http://sudoers.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://sudoers.org</link>
	<description>Got root?</description>
	<lastBuildDate>Mon, 08 Aug 2011 20:35:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Resolving git conflicts</title>
		<link>http://sudoers.org/2011/08/resolving-git-conflicts/</link>
		<comments>http://sudoers.org/2011/08/resolving-git-conflicts/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 20:35:36 +0000</pubDate>
		<dc:creator>limed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sudoers.org/?p=92</guid>
		<description><![CDATA[If you do a rebase or a pull and it has a merge conflict do the following 1. Check for file that is having conflict 2. Edit code that has conflict and git add 3. Commit edit]]></description>
			<content:encoded><![CDATA[<p>If you do a rebase or a pull and it has a merge conflict do the following</p>
<p>1. Check for file that is having conflict</p>
<pre class="brush: plain; title: ; notranslate"> git status</pre>
<p>2. Edit code that has conflict and git add</p>
<pre class="brush: plain; title: ; notranslate"> git add -a </pre>
<p>3. Commit edit</p>
<pre class="brush: plain; title: ; notranslate">git commit -am &quot;Some message&quot; </pre>
]]></content:encoded>
			<wfw:commentRss>http://sudoers.org/2011/08/resolving-git-conflicts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting special character files in UNIX</title>
		<link>http://sudoers.org/2009/04/deleting-special-character-files-in-unix/</link>
		<comments>http://sudoers.org/2009/04/deleting-special-character-files-in-unix/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 20:25:36 +0000</pubDate>
		<dc:creator>limed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sudoers.org/?p=21</guid>
		<description><![CDATA[If you're an idiot like me and managed to create a file with special characters like --exclude=*.svn and need to remove it, here's how Remember don't be an idiot like me]]></description>
			<content:encoded><![CDATA[<p>If you're an idiot like me and managed to create a file with special characters like <code>--exclude=*.svn</code> and need to remove it, here's how</p>
<pre class="brush: plain; title: ; notranslate">rm ./'--exclude\=\*.svn'</pre>
<p>Remember don't be an idiot like me</p>
]]></content:encoded>
			<wfw:commentRss>http://sudoers.org/2009/04/deleting-special-character-files-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://sudoers.org/2008/11/hello-world/</link>
		<comments>http://sudoers.org/2008/11/hello-world/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 18:25:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sudoers.org/wordpress/?p=1</guid>
		<description><![CDATA[Hello World]]></description>
			<content:encoded><![CDATA[<p>Hello World</p>
]]></content:encoded>
			<wfw:commentRss>http://sudoers.org/2008/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

