diff options
Diffstat (limited to '')
-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 dbf7b7a..394ad7e 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -339,7 +339,7 @@ were centralised. Every project has one repository all contributers pushed and pulled from. Git is distributed, this means that contributers clone the -respository and words on that clone +respository and works on that clone instead of ``checking out'' the current tip of the source code. This actually means that there are multiple backups |