user-manual: use 'git config --global user.*' for setup
authorW. Trevor King <wking@tremily.us>
Mon, 18 Feb 2013 00:15:58 +0000 (19:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Feb 2013 08:48:47 +0000 (00:48 -0800)
commit632cc3e6b687c48998223eb49fc465bcb3a9c1d2
tree30fa1c90f9e5eca3218088f4d7ee2b4dec8f2f0f
parent47adb8ac7c550bc89e7eae743dcc8940c2549edf
user-manual: use 'git config --global user.*' for setup

A simple command line call is easier than spawning an editor,
especially for folks new to ideas like the "command line" and "text
editors".  This is also the approach suggested by 'git commit' if you
try and commit without having configured user.name or user.email.

Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt