Re: [PATCH] user-manual: Use "git config --global" instead of editing ~/.gitconfig
From: Petr Baudis <hidden>
Date: 2016-06-15 22:43:09
On Fri, May 11, 2007 at 12:02:53AM CEST, J. Bruce Fields wrote:
On Thu, May 10, 2007 at 11:53:31PM +0200, Johan Herland wrote:quoted
Use git-config for setting global user.name and user.email rather than telling the user to edit ~/.gitconfig directly. This brings user-manual.txt in line with tutorial.txt.The inconsistency is intentional. We want users to know about git-config, because it's helpful when writing scripts, and because it has a useful manpage. But we also want them to know about the config-file syntax, since most of us find reading and editing a file more intuitive than running git-config. So we use a mixture of both.
However, in that case I think this is not the good point to show ~/.gitconfig. Your goal at that point should be to get the user able to commit as simply as possible, and having to manually edit some config file is unnecessary hassle when you can just use these two simple commands; also, we use the same commands in tutorials, crash courses etc. So I really think that consistency is better here. The more viable strategy is to mention that git-config really just plays with simple text files at some... later point. :-) -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Ever try. Ever fail. No matter. // Try again. Fail again. Fail better. -- Samuel Beckett