We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 065fb7f + 32fceba commit 2b0e6c0Copy full SHA for 2b0e6c0
Documentation/git-config.txt
@@ -174,11 +174,11 @@ See also <<FILES>>.
174
either --bool or --int, as described above.
175
176
--path::
177
- 'git-config' will expand leading '{tilde}' to the value of
178
- '$HOME', and '{tilde}user' to the home directory for the
+ `git config` will expand a leading `~` to the value of
+ `$HOME`, and `~user` to the home directory for the
179
specified user. This option has no effect when setting the
180
- value (but you can use 'git config bla {tilde}/' from the
181
- command line to let your shell do the expansion).
+ value (but you can use `git config section.variable ~/`
+ from the command line to let your shell do the expansion).
182
183
-z::
184
--null::
0 commit comments