author | Steffen Prohaska <prohaska@zib.de> | |
Mon, 13 Aug 2007 22:05:50 +0000 (00:05 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 14 Aug 2007 06:34:38 +0000 (23:34 -0700) | ||
commit | 180787c48f21c40a047ae3ee5432821d7e033e44 | |
tree | ddc774e8fc862a2572d978426db88f812c065406 | tree | snapshot |
parent | 30c5cd312472574f6a8d8c82ba7c4af76d43ff7c | commit | diff |
Improved hint on how to set identity
The first thing we teach in the tutorial is to set the default
identity in $HOME/.gitconfig using "git config --global". The
suggestion in the error message should match the order, while
hinting that per repository identity can later be configured
differently.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The first thing we teach in the tutorial is to set the default
identity in $HOME/.gitconfig using "git config --global". The
suggestion in the error message should match the order, while
hinting that per repository identity can later be configured
differently.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ident.c | diff | blob | history |