diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-25 00:47:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-25 00:47:11 +0200 |
commit | cc56507907205d9c8ced1515c0914f0f7a8b618d (patch) | |
tree | 7a51d206b10e2ea54949a79e3e28c61c4827de87 | |
parent | typo (diff) | |
download | using-git-cc56507907205d9c8ced1515c0914f0f7a8b618d.tar.gz using-git-cc56507907205d9c8ced1515c0914f0f7a8b618d.tar.bz2 using-git-cc56507907205d9c8ced1515c0914f0f7a8b618d.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 c69f0fc..e192522 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -601,7 +601,7 @@ git push The @option{-u origin BRANCH_NAME} is just to initially tell which remote repository -a pushes should go to.@footnote{It actually +pushes should go to.@footnote{It actually also tells to not push anything else.} To switch branch use the checkout command: |