<div dir="ltr">Of course it would. But this one puts a lot of candy down that same path as well. These mines hurt, but are not fatal (again, from my experience, all mistakes can be recovered if detected within a reasonable time), and git&#39;s features make it, IMO, worth the trouble. For example, while many people find the staging area confusing (you have to &quot;add&quot; a file you&#39;ve changed again in order to commit it, or just use commit -a to automatically add all changed files), it allows git to do awesome stuff like &quot;git add -p&quot;; this command goes over the differences from the previous version (like git diff), and asks you which hunks to stage. This means you can make a set of changes, realize it can be logically split into two, smaller sets of changes, and proceed to commit it as two sets of changes. Or, for a more common case, it allows you to stage only your actual fix to the commit without the various debugging statements you&#39;ve added across your code in order to track down a bug, and do a quick &quot;git reset --hard&quot; afterwards.<div>

<br></div><div>There&#39;s a succinct list of reasons I like git here: <a href="http://whygitisbetterthanx.com/">http://whygitisbetterthanx.com/</a><br><br><div class="gmail_quote">On Sun, Oct 18, 2009 at 12:56 AM, Shachar Shemesh <span dir="ltr">&lt;<a href="mailto:shachar@shemesh.biz">shachar@shemesh.biz</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


  

<div dir="ltr" bgcolor="#ffffff" text="#000000"><div class="im">
Ohad Lutzky wrote:
<blockquote type="cite">
  <div dir="ltr">This is for their instructor to do, and for them to be
taught about later on :)
  <div>I&#39;ll only teach them how to check out older versions after I
explain branches - that way they can be aware of the dangers of
committing on non-branches.<br>
  </div>
  </div>
</blockquote></div>
Wouldn&#39;t it be simpler to teach them a version control that does not
put mines in your path?<div class="im"><br>
<br>
Shachar<br>
<pre cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a href="http://www.lingnu.com" target="_blank">http://www.lingnu.com</a>
</pre>
</div></div>

</blockquote></div><br><br clear="all"><br>-- <br>Man is the only animal that laughs and weeps, for he is the only animal that is struck with the difference between what things are and what they ought to be.<br> - William Hazlitt<br>

<br>Ohad Lutzky<br>
</div></div>