<?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: Learn GIT series &#8211; Part 1: Installing GIT on Debian</title>
	<atom:link href="http://blogs.koolwal.net/2009/08/07/learn-git-series-part-1-installing-git-on-debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.koolwal.net/2009/08/07/learn-git-series-part-1-installing-git-on-debian/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=learn-git-series-part-1-installing-git-on-debian</link>
	<description>It cannot get simpler than this! (TM)</description>
	<lastBuildDate>Sun, 25 Jul 2010 19:59:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Guillaume Yziquel</title>
		<link>http://blogs.koolwal.net/2009/08/07/learn-git-series-part-1-installing-git-on-debian/comment-page-1/#comment-10781</link>
		<dc:creator>Guillaume Yziquel</dc:creator>
		<pubDate>Mon, 04 Jan 2010 00:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1851#comment-10781</guid>
		<description>You can also add the following to ~/.gitconfig. You get colouring, exlude this .gitignore file, and have aliases that will relieve your fingers.

[color]
	status = auto
	branch = auto
[core]
	excludesfile = &quot;/home/yziquel/.gitignore&quot;

[alias]
	st = status
	ci = commit
	br = branch
	co = checkout
	df = diff
	lg = log -p</description>
		<content:encoded><![CDATA[<p>You can also add the following to ~/.gitconfig. You get colouring, exlude this .gitignore file, and have aliases that will relieve your fingers.</p>
<p>[color]<br />
	status = auto<br />
	branch = auto<br />
[core]<br />
	excludesfile = &#8220;/home/yziquel/.gitignore&#8221;</p>
<p>[alias]<br />
	st = status<br />
	ci = commit<br />
	br = branch<br />
	co = checkout<br />
	df = diff<br />
	lg = log -p</p>
]]></content:encoded>
	</item>
</channel>
</rss>
