<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://randomike.twoday.net/rss2html.xsl" type="text/xsl"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/"
> 

  <channel rdf:about="http://randomike.twoday.net/">
    <title>Random Thoughts and Links : Rubrik:git</title>
    <link>http://randomike.twoday.net/</link>
    <description></description>
    <dc:publisher>mikegr</dc:publisher>
    <dc:creator>mikegr</dc:creator>
    <dc:date>2009-06-28T16:21:04Z</dc:date>
    <dc:language>en</dc:language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
    <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/de/" />

    <image rdf:resource="http://static.twoday.net/icon.gif" />
    <items>
      <rdf:Seq>
            <rdf:li rdf:resource="http://randomike.twoday.net/stories/5678105/" />

      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://static.twoday.net/icon.gif">
    <title>Random Thoughts and Links</title>
    <url>http://static.twoday.net/icon.gif</url>
    <link>http://randomike.twoday.net/</link>
  </image>

  <item rdf:about="http://randomike.twoday.net/stories/5678105/">
    <title>Git</title>
    <link>http://randomike.twoday.net/stories/5678105/</link>
    <description>Steps I should do next time I set up a development computer:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Install these packages:&lt;/b&gt;&lt;br /&gt;
Command line tool : git-core &lt;br /&gt;
GUI: gitk, gitg, giggle, git-cola&lt;br /&gt;
Nice mergetool: kdiff3&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Configure name and email address&lt;/b&gt;&lt;br /&gt;
git config --global user.name &apos;MyName&apos;&lt;br /&gt;
git config --global user.email &apos;My(AT)EmailAddress&apos;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Eclipse-Plugin&lt;/b&gt;&lt;br /&gt;
A plugin for Eclipse is available from &lt;a href=&quot;http://www.jgit.org&quot;&gt;JGit Homepage&lt;/a&gt; or directly from &lt;a href=&quot;http://www.jgit.org/update-site&quot;&gt;Update-Site&lt;/a&gt;&lt;br /&gt;
Activate plugin for imported project: &lt;br /&gt;
&lt;cite&gt;Team-&gt;Share Project -&gt; Git -&gt; Next -&gt; Finish&lt;/cite&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Shortcuts for often used commands&lt;/b&gt;&lt;br /&gt;
git config --global alias.st &apos;status&apos;&lt;br /&gt;
git config --global alias.ci &apos;commit&apos;&lt;br /&gt;
git config --global alias.co &apos;checkout&apos;&lt;br /&gt;
git config --global alias.df &apos;diff&apos;&lt;br /&gt;
git config --global alias.lg &apos;log -p&apos;&lt;br /&gt;
git config --global alias.br &apos;branch&apos;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Colored display of branch&lt;/b&gt; (in one line)&lt;br /&gt;
&lt;cite&gt;export PS1=&apos;\[\033[00;32m\]\u\[\033[01m\]@\[\033[00;36m\]\h\[\033[01m\]:&lt;br /&gt;
\[\033[00;35m\]\w\[\033[00m\]\[\033[01;33m\]`git branch 2&gt;/dev/null|cut -f2 -&lt;br /&gt;
d\* -s`\[\033[00m\]\$ &apos;&lt;/cite&gt;&lt;br /&gt;
&lt;br /&gt;
oder &lt;a href=&quot;http://gist.github.com/29138&quot;&gt;http://gist.github.com/29138&lt;/a&gt;</description>
    <dc:creator>randomike</dc:creator>
    <dc:subject>git</dc:subject>
    <dc:rights>Copyright &#169; 2009 randomike</dc:rights>
    <dc:date>2009-05-02T09:51:00Z</dc:date>
  </item>


<textinput rdf:about="http://randomike.twoday.net/search">
   <title>find</title>
   <description>Search this site:</description>
   <name>q</name>
   <link>http://randomike.twoday.net/search</link>
</textinput>
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/de/">
  <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
  <permits rdf:resource="http://web.resource.org/cc/Distribution" />
  <requires rdf:resource="http://web.resource.org/cc/Notice" />
  <requires rdf:resource="http://web.resource.org/cc/Attribution" />
  <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
  <requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>

</rdf:RDF>
