diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 16:57:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 16:57:07 +0200 |
commit | 40442f0be33dc54a3a8d3b8a451b7257595384d1 (patch) | |
tree | 46e1fea4e935ad396d8a0697ef9b38474f067371 | |
parent | explicitly say that bare repos does not have index or working tree (diff) | |
download | using-git-40442f0be33dc54a3a8d3b8a451b7257595384d1.tar.gz using-git-40442f0be33dc54a3a8d3b8a451b7257595384d1.tar.bz2 using-git-40442f0be33dc54a3a8d3b8a451b7257595384d1.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 67be059..c9ed877 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -196,7 +196,7 @@ git init --bare cd - # Go back to your project respository git remote add origin file:///srv/git/MY_REPOSITORY.git -git push -u orgin master # master is the bransh you are working in +git push -u orgin master # master is the branch you are working in @end example It is standard to append @file{.git} to the |