diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-16 10:31:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-16 10:31:02 +0200 |
commit | 167fea175ea780ef98aad752ed055d57a2408132 (patch) | |
tree | f3988dca87ae1e3cd68ea8dd9638f45fb59bd542 | |
parent | typo (diff) | |
download | using-git-167fea175ea780ef98aad752ed055d57a2408132.tar.gz using-git-167fea175ea780ef98aad752ed055d57a2408132.tar.bz2 using-git-167fea175ea780ef98aad752ed055d57a2408132.tar.xz |
grammaro
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | using-git.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index ae01bae..64f1dd1 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -157,7 +157,7 @@ Git parses @file{.gitignore} with wildcards, rather than exclusion, latter entires override earlier entries. -When you have create you @file{.gitignore} you +When you have created your @file{.gitignore} you are ready to stage it and make your first commit: @example @@ -172,7 +172,7 @@ git commit -m 'first commit' It is a good idea to create a backup repostory, so you do not lose your work on a disc failure, -filesystem corruption accidental removal. +filesystem corruption or accidental removal. You can such repostory for allowing collaboration with a command repository that the collaborators |