This is another useful resource for the basics of git, is an easy to follow walk though of the basic commands <meta charset="utf-8"><span class="Apple-style-span" style="font-family: Arial, Helvetica, Verdana, &#39;Bitstream Vera Sans&#39;, sans-serif; font-size: 14px; color: rgb(136, 136, 136); line-height: 22px; "><a href="http://gitimmersion.com/">http://gitimmersion.com/</a></span><br>

<br><div class="gmail_quote">On Sun, Feb 20, 2011 at 3:10 AM, Eric Schaefer <span dir="ltr">&lt;<a href="mailto:eric.schaefer@eas-consulting.de">eric.schaefer@eas-consulting.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Nancy, Hi list,<br>
<br>
the biggest problem with using git is understanding its principles,<br>
which are quite different from cvs or svn or any other centralized<br>
SCM. The git parable<br>
(<a href="http://tom.preston-werner.com/2009/05/19/the-git-parable.html" target="_blank">http://tom.preston-werner.com/2009/05/19/the-git-parable.html</a>)<br>
explains step by step what git does and why.<br>
<br>
The msysgit git-shell is actually pretty good. It has all the features<br>
the bash-shell has in Linux/MacOS. E.g. command completion: if you<br>
want to switch branches you would type &#39;git checkout otherbranch&#39;, but<br>
if you just type &#39;git checkout othe&lt;TAB&gt;&#39; it expands &#39;othe&#39; to<br>
&#39;otherbranch&#39; (if non ambiguous).<br>
<br>
HTH,<br>
<font color="#888888">Eric<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Jim Taylor<div>Rooty Hollow, Principal/Senior Engineer</div><div>614.432.8609</div><div>skype: jalamaohio</div><div>IRC: jalama</div><div><a href="http://rootyhollow.com" target="_blank">http://rootyhollow.com</a></div>

<br>