mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'jc/doc-opt-tilde-expand'
Docfix. * jc/doc-opt-tilde-expand: gitcli.txt: typeset pathnames as monospace
This commit is contained in:
@@ -91,7 +91,7 @@ scripting Git:
|
||||
written in the 'stuck' form.
|
||||
|
||||
* Despite the above suggestion, when Arg is a path relative to the
|
||||
home directory of a user, e.g. ~/directory/file or ~u/d/f, you
|
||||
home directory of a user, e.g. `~/directory/file` or `~u/d/f`, you
|
||||
may want to use the separate form, e.g. `git foo --file ~/mine`,
|
||||
not `git foo --file=~/mine`. The shell will expand `~/` in the
|
||||
former to your home directory, but most shells keep the tilde in
|
||||
|
||||
Reference in New Issue
Block a user