<?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: Git it is</title>
	<atom:link href="http://labnotes.org/2008/04/11/git-it-is/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2008/04/11/git-it-is/</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 13:00:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oh, go on then&#8230; at Singletoned</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140335</link>
		<dc:creator>Oh, go on then&#8230; at Singletoned</dc:creator>
		<pubDate>Tue, 15 Apr 2008 09:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140335</guid>
		<description>[...] about half the blogs I read are doing it, why can&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] about half the blogs I read are doing it, why can&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140311</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Sun, 13 Apr 2008 05:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140311</guid>
		<description>The one thing I did use Mercurial successfully for was working solo: keeping track of the changes I made, having a history, backed up daily, with the possibility of moving it (history and all) to central server when the team size grows to N &gt; 1.</description>
		<content:encoded><![CDATA[<p>The one thing I did use Mercurial successfully for was working solo: keeping track of the changes I made, having a history, backed up daily, with the possibility of moving it (history and all) to central server when the team size grows to N > 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron H.</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140308</link>
		<dc:creator>Aaron H.</dc:creator>
		<pubDate>Sat, 12 Apr 2008 18:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140308</guid>
		<description>I finally got around to installing Git just before they announced that Rails was moving there.  GitHub is absolutely fantastic, but my biggest problem with Git (aside from my complete n00bism) is that the acceptance among anyone other than the hardcore rails group is virtually nil.  

When I&#039;m managing a solo project, the need for distributed management is probably overkill.  When I&#039;m working with other people, they want SVN or Mercurial.  I&#039;m completely open to Git, but it feels like an uphill climb at this point.

As for my bash history, you can tell I was doing a lot of hunting around and tweaking yesterday.

68 cd
62 ls
53 svn
44 fts
42 sc
30 sudo
28 rake
26 exit
19 ftdssh
19 cap</description>
		<content:encoded><![CDATA[<p>I finally got around to installing Git just before they announced that Rails was moving there.  GitHub is absolutely fantastic, but my biggest problem with Git (aside from my complete n00bism) is that the acceptance among anyone other than the hardcore rails group is virtually nil.  </p>
<p>When I&#8217;m managing a solo project, the need for distributed management is probably overkill.  When I&#8217;m working with other people, they want SVN or Mercurial.  I&#8217;m completely open to Git, but it feels like an uphill climb at this point.</p>
<p>As for my bash history, you can tell I was doing a lot of hunting around and tweaking yesterday.</p>
<p>68 cd<br />
62 ls<br />
53 svn<br />
44 fts<br />
42 sc<br />
30 sudo<br />
28 rake<br />
26 exit<br />
19 ftdssh<br />
19 cap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aristotle</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140306</link>
		<dc:creator>Aristotle</dc:creator>
		<pubDate>Sat, 12 Apr 2008 07:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140306</guid>
		<description>Assaf: you may be interested in &lt;a href=&quot;http://www.gnome.org/~newren/eg/&quot;&gt;Easy Git&lt;/a&gt;.

Nic: git has aliases of its own, which you can define them per-user, per-system or per-repository – see &lt;a href=&quot;http://www.kernel.org/pub/software/scm/git/docs/git-config.html&quot;&gt;&lt;code&gt;git help config&lt;/code&gt;&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Assaf: you may be interested in <a href="http://www.gnome.org/~newren/eg/">Easy Git</a>.</p>
<p>Nic: git has aliases of its own, which you can define them per-user, per-system or per-repository – see <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html"><code>git help config</code></a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140305</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 12 Apr 2008 05:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140305</guid>
		<description>Yeah its a great example of a completion script - sets up everything it needs itself. I have a bunch of completion stuff for rake, sake, capistrano, gem, etc. Might refactor them so you just call a single script for each, and it does all the bash completion calls etc.

Anyway,we&#039;re now off topic :)</description>
		<content:encoded><![CDATA[<p>Yeah its a great example of a completion script &#8211; sets up everything it needs itself. I have a bunch of completion stuff for rake, sake, capistrano, gem, etc. Might refactor them so you just call a single script for each, and it does all the bash completion calls etc.</p>
<p>Anyway,we&#8217;re now off topic :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140302</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Sat, 12 Apr 2008 02:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140302</guid>
		<description>Completion!

I didn&#039;t know it exits.  Turns out I need to port install git-core +svn+bash_completion first to get it working.

I don&#039;t have to source it explicitly, my bash file takes care of it with:

if [ -f /opt/local/etc/bash_completion ]; then
   . /opt/local/etc/bash_completion
fi</description>
		<content:encoded><![CDATA[<p>Completion!</p>
<p>I didn&#8217;t know it exits.  Turns out I need to port install git-core +svn+bash_completion first to get it working.</p>
<p>I don&#8217;t have to source it explicitly, my bash file takes care of it with:</p>
<p>if [ -f /opt/local/etc/bash_completion ]; then<br />
   . /opt/local/etc/bash_completion<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140301</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 12 Apr 2008 00:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140301</guid>
		<description>Which gives a history dump of:

$ history&#124;awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s\n”,a[i],i}}’&#124;sort -rn&#124;head
73 gst
48 gca
43 cd
27 gp
26 cap
23 ga
20 gdc
20 et
18 console
17 git</description>
		<content:encoded><![CDATA[<p>Which gives a history dump of:</p>
<p>$ history|awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s\n”,a[i],i}}’|sort -rn|head<br />
73 gst<br />
48 gca<br />
43 cd<br />
27 gp<br />
26 cap<br />
23 ga<br />
20 gdc<br />
20 et<br />
18 console<br />
17 git</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://labnotes.org/2008/04/11/git-it-is/comment-page-1/#comment-140300</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 12 Apr 2008 00:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1033#comment-140300</guid>
		<description>Something for your .bashrc:


source ~/bin/git-completion.sh

alias gst=&#039;git status&#039;
alias gl=&#039;git pull&#039;
alias gp=&#039;git push&#039;
alias gd=&#039;git diff &#124; mate&#039;
alias ga=&#039;git add&#039;
alias gc=&#039;git commit -v&#039;
alias gca=&#039;git commit -v -a&#039;
alias gb=&#039;git branch&#039;
alias gba=&#039;git branch -a&#039;
alias gco=&#039;git checkout&#039;
alias gdc=&#039;git-svn dcommit&#039;
alias gk=&#039;gitk --all &amp;&#039;


Let&#039;s see if we cannot get &#039;git&#039; out of your history in the next 24 hours :)</description>
		<content:encoded><![CDATA[<p>Something for your .bashrc:</p>
<p>source ~/bin/git-completion.sh</p>
<p>alias gst=&#8217;git status&#8217;<br />
alias gl=&#8217;git pull&#8217;<br />
alias gp=&#8217;git push&#8217;<br />
alias gd=&#8217;git diff | mate&#8217;<br />
alias ga=&#8217;git add&#8217;<br />
alias gc=&#8217;git commit -v&#8217;<br />
alias gca=&#8217;git commit -v -a&#8217;<br />
alias gb=&#8217;git branch&#8217;<br />
alias gba=&#8217;git branch -a&#8217;<br />
alias gco=&#8217;git checkout&#8217;<br />
alias gdc=&#8217;git-svn dcommit&#8217;<br />
alias gk=&#8217;gitk &#8211;all &amp;&#8217;</p>
<p>Let&#8217;s see if we cannot get &#8216;git&#8217; out of your history in the next 24 hours :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
