diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-25 04:21:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-25 04:21:30 +0200 |
commit | 61b79fa03c9351acacde01b1c25fcbb28c449024 (patch) | |
tree | b31596ee6f2133d66380e456dd1a51fa098979cb | |
parent | typo (diff) | |
download | using-git-61b79fa03c9351acacde01b1c25fcbb28c449024.tar.gz using-git-61b79fa03c9351acacde01b1c25fcbb28c449024.tar.bz2 using-git-61b79fa03c9351acacde01b1c25fcbb28c449024.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 && |