<?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>Hamid Alipour on Web Development &#38; Programming - Coding Recipes &#187; GIT</title>
	<atom:link href="http://codingrecipes.com/category/git/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 20:08:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Beginning Source Code Management With GIT Tutorial Part 1</title>
		<link>http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1</link>
		<comments>http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:33:00 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://codingrecipes.com/?p=822</guid>
		<description><![CDATA[If you are not using anything like GIT and you just use simple folders for development then I&#8217;m sure you have had situations where you needed to make some changes but broke the whole thing. Or consider the situation where you had a huge idea and it required rewrite of a lot of things OR [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GIT: How To Setup Notepad As Text Editor For GIT On Windows</title>
		<link>http://codingrecipes.com/git-how-to-setup-notepad-as-text-editor-for-git-on-windows</link>
		<comments>http://codingrecipes.com/git-how-to-setup-notepad-as-text-editor-for-git-on-windows#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:11:51 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[GIT]]></category>

		<guid isPermaLink="false">http://codingrecipes.com/?p=820</guid>
		<description><![CDATA[It&#8217;s very simple, try: git config &#8211;global core.editor &#8220;notepad.exe&#8221;]]></description>
		<wfw:commentRss>http://codingrecipes.com/git-how-to-setup-notepad-as-text-editor-for-git-on-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIT: &#8220;Fatal: Dirty index: Cannot revert&#8221; error message</title>
		<link>http://codingrecipes.com/git-fatal-dirty-index-cannot-revert-error-message</link>
		<comments>http://codingrecipes.com/git-fatal-dirty-index-cannot-revert-error-message#comments</comments>
		<pubDate>Fri, 05 Mar 2010 05:45:01 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[GIT]]></category>

		<guid isPermaLink="false">http://codingrecipes.com/?p=818</guid>
		<description><![CDATA[If you get this error message while trying to revert, then try &#8220;git status&#8221; because you have uncommitted changes&#8230;]]></description>
		<wfw:commentRss>http://codingrecipes.com/git-fatal-dirty-index-cannot-revert-error-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

