<?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"
	>
<channel>
	<title>Comments on: Git tip: set your identification and colours</title>
	<atom:link href="http://www.lixo.org/archives/2008/06/26/git-tip-set-your-identification-and-colours/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lixo.org/archives/2008/06/26/git-tip-set-your-identification-and-colours/</link>
	<description>letting the problem solve itself</description>
	<pubDate>Fri, 21 Nov 2008 11:01:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Chris</title>
		<link>http://www.lixo.org/archives/2008/06/26/git-tip-set-your-identification-and-colours/#comment-42739</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 05 Jul 2008 14:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lixo.org/archives/2008/06/26/git-tip-set-your-identification-and-colours/#comment-42739</guid>
		<description>lol - ruby junkies ;-)

#/bin/sh

set -e

if [ $# != 2 ]; then
        echo "usage: $0 name name" 2&#62;&#38;1
        echo "      pair two users in git config" 2&#62;&#38;1
        exit 1
fi

echo "pairing $1 $2"
git config user.name "$1 &#38; $2"
git config user.email "$1+$2@company.com"</description>
		<content:encoded><![CDATA[<p>lol - ruby junkies <img src='http://www.lixo.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>#/bin/sh</p>
<p>set -e</p>
<p>if [ $# != 2 ]; then<br />
        echo &#8220;usage: $0 name name&#8221; 2&gt;&amp;1<br />
        echo &#8221;      pair two users in git config&#8221; 2&gt;&amp;1<br />
        exit 1<br />
fi</p>
<p>echo &#8220;pairing $1 $2&#8243;<br />
git config user.name &#8220;$1 &amp; $2&#8243;<br />
git config user.email &#8220;$1+$2@company.com&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Punch Barrel / Git tip: set your identification and colours</title>
		<link>http://www.lixo.org/archives/2008/06/26/git-tip-set-your-identification-and-colours/#comment-42221</link>
		<dc:creator>The Punch Barrel / Git tip: set your identification and colours</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lixo.org/archives/2008/06/26/git-tip-set-your-identification-and-colours/#comment-42221</guid>
		<description>[...] lixo.org :: Git tip: set your identification and colours [...]</description>
		<content:encoded><![CDATA[<p>[...] lixo.org :: Git tip: set your identification and colours [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.458 seconds -->
