Hi,
http://sip-router.org/wiki/git/quick-start-guide page mixes some
git config global options with repository specific options:
git config --global merge.log true
git config branch.master.rebase true
--global means that such option is added to $HOME/.gitconfig. If not
present, then option is added to .git/config into current repository.
Perhaps this should be clarified and improved?
Cheers.
--
Iñaki Baz Castillo
<ibc(a)aliax.net>