aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-19 16:57:07 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-19 16:57:07 +0200
commit40442f0be33dc54a3a8d3b8a451b7257595384d1 (patch)
tree46e1fea4e935ad396d8a0697ef9b38474f067371
parentexplicitly say that bare repos does not have index or working tree (diff)
downloadusing-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.texinfo2
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