Skip to content

Commit 24f7e82

Browse files
committed
Merge pull request #230 from jon-freed/master
[about-version-control.asc] change "checkout" to "clone"
2 parents 7062e91 + 8dc5658 commit 24f7e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/about-version-control.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Local VCS systems suffer from this same problem – whenever you have the entire
5353
This is where Distributed Version Control Systems (DVCSs) step in.
5454
In a DVCS (such as Git, Mercurial, Bazaar or Darcs), clients don't just check out the latest snapshot of the files: they fully mirror the repository.
5555
Thus if any server dies, and these systems were collaborating via it, any of the client repositories can be copied back up to the server to restore it.
56-
Every checkout is really a full backup of all the data.
56+
Every clone is really a full backup of all the data.
5757

5858
.Distributed version control.
5959
image::images/distributed.png[Distributed version control diagram]

0 commit comments

Comments
 (0)