<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Starting with git in a team of one</title>
	<atom:link href="http://subprocess.net/2008/03/19/starting-with-git-in-a-team-of-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://subprocess.net/2008/03/19/starting-with-git-in-a-team-of-one/</link>
	<description>linux geek/dad</description>
	<lastBuildDate>Wed, 28 Apr 2010 20:25:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: benarwin</title>
		<link>http://subprocess.net/2008/03/19/starting-with-git-in-a-team-of-one/comment-page-1/#comment-18</link>
		<dc:creator>benarwin</dc:creator>
		<pubDate>Sat, 22 Mar 2008 14:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://subprocess.net/2008/03/19/starting-with-git-in-a-team-of-one/#comment-18</guid>
		<description>If you&#039;re really starting from scratch, you will need a few &quot;git config&quot; commands.  My standard issue git configuration is as follows:

&lt;blockquote&gt;&lt;code&gt;git config --global user.name &quot;Your Name Comes Here&quot;
git config --global user.email you@yourdomain.example.com
&lt;/code&gt;&lt;/blockquote&gt;

Those are required.  The next ones will give you some pretty color for certain git commands (such as &#039;git status&#039; and &#039;git diff&#039;):

&lt;blockquote&gt;
&lt;code&gt;git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto&lt;/code&gt;&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>If you&#8217;re really starting from scratch, you will need a few &#8220;git config&#8221; commands.  My standard issue git configuration is as follows:</p>
<blockquote><p><code>git config --global user.name "Your Name Comes Here"<br />
git config --global user.email <a href="mailto:you@yourdomain.example.com">you@yourdomain.example.com</a><br />
</code></p></blockquote>
<p>Those are required.  The next ones will give you some pretty color for certain git commands (such as &#8216;git status&#8217; and &#8216;git diff&#8217;):</p>
<blockquote><p>
<code>git config --global color.diff auto<br />
git config --global color.status auto<br />
git config --global color.branch auto</code></p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>
