author | Junio C Hamano <junkio@cox.net> | |
Wed, 29 Nov 2006 08:17:01 +0000 (00:17 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 29 Nov 2006 18:34:18 +0000 (10:34 -0800) | ||
commit | 665892307013bccacb35dd619ae6951c7b209379 | |
tree | 47ba51cde1ee91845001234c30566720ae0ed8f5 | tree | snapshot |
parent | 6bee4e408c097a4f0c4a091f13dacabe7c766025 | commit | diff |
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>
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 | diff | blob | history |