diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-03 01:06:23 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 11:24:40 -0700 |
commit | db5d6666afb9f315f9c9ac74a5d638f07cf9cbe0 (patch) | |
tree | 3e539dbf5cade3d0c73b8b004260187cb13c557b /Documentation/gitcore-tutorial.txt | |
parent | manpages: italicize git subcommand names (which were in teletype font) (diff) | |
download | tgif-db5d6666afb9f315f9c9ac74a5d638f07cf9cbe0.tar.xz |
manpages: use teletype font for sample command lines
I think that some of these uses of italics were meant to be
rendered in quotation marks, anyway.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r-- | Documentation/gitcore-tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index dd6a26827f..a2b92933f7 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -1655,7 +1655,7 @@ branch before these two merges by resetting it to 'master~2': $ git reset --hard master~2 ------------ -You can make sure 'git show-branch' matches the state before +You can make sure `git show-branch` matches the state before those two 'git-merge' you just did. Then, instead of running two 'git-merge' commands in a row, you would merge these two branch heads (this is known as 'making an Octopus'): |