Basically I agree, but depending on the user's foreign SCM knowledge
it could be useful to talk about some basic "low-level" concepts of git
(without talking about the plumbing).
I mean:
- objects (commits, trees, blobs ... in very short)
- index
and perhaps
- refs (at least branches)
I was told that before I've seen a first git command and I still think
that was very useful.
Hmm, just recalling, my first git commands were:
1. init
2. add
3. status
4. commit
5. diff
6. log
7. branch
8. checkout
in this order, approximately. :)
(And I've used rebase before merge and I haven't used clone/pull/push for
a long time.)
It seems I haven't touched any plumbing before I've started with GSoC :)
I also think that for a user it is totally irrelevant if it is plumbing or
porcelain she is using, as long as it works. I mean, if I tought someone
using git, I'd never use the words "porcelain" or "plumbing".
Regards,
Stephan
--
Stephan Beyer <s-beyer@gmx.net>, PGP 0x6EDDD207FCC5040F
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html