<?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>ReadyState4 &#187; git</title>
	<atom:link href="http://readystate4.com/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://readystate4.com</link>
	<description>JavaScript, Web Development, Ruby, and Technology.</description>
	<lastBuildDate>Fri, 04 Jun 2010 19:42:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Git: Ignore changes in a working tree file</title>
		<link>http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/</link>
		<comments>http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/#comments</comments>
		<pubDate>Thu, 21 May 2009 20:36:12 +0000</pubDate>
		<dc:creator>Mauvis</dc:creator>
				<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/</guid>
		<description><![CDATA[Lately, I&#8217;ve transferred all my repos over from Subversion to Git and have become familiar enough with the Git SVN bindings to even work on my work projects in Git while still being able to check-in as a regular SVN user. 
I&#8217;ve found that some usual stuff Subversion would ignore in projects Git doesn&#8217;t. The [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve transferred all my repos over from Subversion to <a href="http://git-scm.com/">Git</a> and have become familiar enough with the <a href="http://flavio.castelli.name/howto_use_git_with_svn">Git SVN bindings</a> to even work on my work projects in Git while still being able to check-in as a regular SVN user. </p>
<p>I&#8217;ve found that some usual stuff Subversion would ignore in projects Git doesn&#8217;t. The Git exclude file doesn&#8217;t work here since these are files being tracked in the working tree that are just specific to your instance. After digging around, I found the proper command to ignore these files:</p>
<pre>
# ignore changes in a working tree file
git update-index --assume-unchanged .classpath
</pre>
]]></content:encoded>
			<wfw:commentRss>http://readystate4.com/2009/05/21/git-ignore-changes-in-a-working-tree-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
