diff options
-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 |