user-manual: add references to git-config man page
Direct editing of config files may be more natural for users than using the git-config commandline; but we should still reference the git-config man page when we describe such editing, so people know where to go for details on the config file syntax and meanings of the variables. Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>maint
parent
9d13bda3ff
commit
fc90c536dc
|
@ -601,9 +601,10 @@ $ cat .git/config
|
||||||
...
|
...
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
This is what causes git to track the remote's branches; you may
|
This is what causes git to track the remote's branches; you may modify
|
||||||
modify or delete these configuration options by editing .git/config
|
or delete these configuration options by editing .git/config with a
|
||||||
with a text editor.
|
text editor. (See the "CONFIGURATION FILE" section of
|
||||||
|
gitlink:git-config[1] for details.)
|
||||||
|
|
||||||
Exploring git history
|
Exploring git history
|
||||||
=====================
|
=====================
|
||||||
|
@ -955,6 +956,9 @@ $ cat >~/.gitconfig <<\EOF
|
||||||
EOF
|
EOF
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
(See the "CONFIGURATION FILE" section of gitlink:git-config[1] for
|
||||||
|
details on the configuration file.)
|
||||||
|
|
||||||
|
|
||||||
Creating a new repository
|
Creating a new repository
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Reference in New Issue