Code

tutorial: talk about user.name early and don't start with commit -a
authorJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 08:17:01 +0000 (00:17 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 18:34:18 +0000 (10:34 -0800)
commit665892307013bccacb35dd619ae6951c7b209379
tree47ba51cde1ee91845001234c30566720ae0ed8f5
parent6bee4e408c097a4f0c4a091f13dacabe7c766025
tutorial: talk about user.name early and don't start with commit -a

Introducing yourself to git early would be a good idea; otherwise
the user may not find the mistake until much later when "git log"
is learned.

Teaching "commit -a" without saying that it is a shortcut for
listing the paths to commit leaves the user puzzled.  Teach the
form with explicit paths first.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt