diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-08 22:08:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-08 22:08:45 +0200 |
commit | 347f17d513b93ed5d91be2d824b17bad5228367e (patch) | |
tree | 3383bb65e46f88d9035c682f9e2f0124dacd5a46 /using-git.texinfo | |
parent | typo (diff) | |
download | using-git-347f17d513b93ed5d91be2d824b17bad5228367e.tar.gz using-git-347f17d513b93ed5d91be2d824b17bad5228367e.tar.bz2 using-git-347f17d513b93ed5d91be2d824b17bad5228367e.tar.xz |
stylo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 291124a..72b5841 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -289,7 +289,7 @@ git push -u orgin master # master is the branch you are working in It is standard to append @file{.git} to the end of the repository name when it is bare. -To submit your changes to `origin' you can now +To submit your changes to `origin', you can now use the command @command{git push}. To fetch updates others have made, use the command @command{git pull}. |