diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 74c1501..7440929 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -624,7 +624,7 @@ git pull . MERGEE @end example In the default mode, @command{git pull . MERGEE} -is a short and fore a fetch and merge: +is a shorthand for a fetch and merge: @example git fetch MERGEE && |