changeset 276:034e0c2ff5d0

More precise with "clones"
author Martin Geisler <mg@lazybytes.net>
date Sun, 03 Apr 2011 22:59:48 +0200
parents 9255625ea7a4
children d87ccb19ce50
files git.tex
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/git.tex
+++ b/git.tex
@@ -4,7 +4,7 @@
   \item very fast tool, slightly faster than Mercurial
   \item builds on the same concepts as Mercurial:
     \begin{itemize}
-    \item fully distributed with push/pull between machines
+    \item fully distributed with push/pull between clones
     \item commits are organized in a changeset graph
     \end{itemize}
   \end{itemize}