On Wed, May 03, 2006 at 10:06:25AM -0700, Linus Torvalds wrote:
Even the "everyday git in 20 commands" actually starts out scaring people
with listing commands that they don't need to know about immediately.
20 commands is much more than I use in my daily use of git.
Lets see:
git clone
git diff
git reset --hard
git ls-files
git grep
git add
git rm
cg-commit
cg-restore
git push
git am
I may have missed one or two - but this is it. Lees then 20.
And I never use pack or fsck.
It is not that difficult. A few cogito commands creeped in also. I just
find them easier to use.
In other words - the tutorials are covering too much as stated by
others.
Sam