Skip to content

Commit ee0e3bb

Browse files
committed
Merge branch 'jc/doc-opt-tilde-expand'
Docfix. * jc/doc-opt-tilde-expand: gitcli.txt: typeset pathnames as monospace
2 parents 1fa37a0 + b67a603 commit ee0e3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitcli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ scripting Git:
9191
written in the 'stuck' form.
9292

9393
* Despite the above suggestion, when Arg is a path relative to the
94-
home directory of a user, e.g. ~/directory/file or ~u/d/f, you
94+
home directory of a user, e.g. `~/directory/file` or `~u/d/f`, you
9595
may want to use the separate form, e.g. `git foo --file ~/mine`,
9696
not `git foo --file=~/mine`. The shell will expand `~/` in the
9797
former to your home directory, but most shells keep the tilde in

0 commit comments

Comments
 (0)