Hi Steven,

>> My two cents: the git command line interface is practically broken. I think
>> there's consensus on this, especially on this list. As such, I'm strongly in
>> favour of teaching git by GUI, because by and large GUIs have done a good job
>> of simplifying the process of interacting with git.
>
> I strongly disagree with that point. Why do think the git command line 
> interface
> is practically broken?

Git command line interface isn't friendly to new users
because "git checkout" do too much for the same command
depending of what arguments the user pass.
Why do we can't have "git undo" that ony works with the working copy?
Why do we can't have "git recovery" that only works with old revisions?
As a intermediate user I understand why all the actions previous
mentioned are under "git checkout" but for a new user this isn't clear.

Cheers,
Raniere
_______________________________________________
Discuss mailing list
[email protected]
http://lists.software-carpentry.org/listinfo/discuss

Reply via email to