diff options
Diffstat (limited to '')
-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 fbc4ef5..5bb168a 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -423,9 +423,9 @@ the version the user used. Traditionally, version control systems were centralised. Every project has one -repository all contributers pushed and +repository all contributors pushed and pulled from. Git is distributed, this -means that contributers clone the +means that contributors clone the respository and works on that clone instead of ``checking out'' the current tip of the source code. This actually |