<?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>Chris Roland &#187; Git</title>
	<atom:link href="http://www.chrisroland.info/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisroland.info</link>
	<description>Software, Web and Database Developer</description>
	<lastBuildDate>Sun, 26 Dec 2010 00:44:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Git Patching on Windows</title>
		<link>http://www.chrisroland.info/git-patching-on-windows/</link>
		<comments>http://www.chrisroland.info/git-patching-on-windows/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 02:56:22 +0000</pubDate>
		<dc:creator>Chris Roland</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.chrisroland.info/?p=139</guid>
		<description><![CDATA[I just ran into an simple but annoying issue. I wanted to create a patch from a git clone I made a modification on Windows with Git. I kept running into blank git patch files and I finally found out what I was doing wrong. Here are the steps I used to create a patch [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran into an simple but annoying issue.  I wanted to create a patch from a git clone I made a modification on Windows with Git.  I kept running into blank git patch files and I finally found out what I was doing wrong.  Here are the steps I used to create a patch on Windows with Git:</p>
<p>1. Grabbed a fresh copy of the git clone<br />
I did this because the current clone I had was full of other changes and I wanted to isolate the patch changes.</p>
<p>2. Modify your clone</p>
<p>3. Commit the changes<br />
Run &#8220;git commit -a&#8221; &#8211; Make sure you put in a comment before you save the file.</p>
<p>4. Create the patch<br />
Run &#8220;git format-patch -1&#8243; &#8211; This will generate a *.patch file.  Make sure you are in the correct folder, but don&#8217;t worry it will complain if you are not.</p>
<p>That&#8217;s it, I hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisroland.info/git-patching-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

