Jump to content

Repository clone

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Addbot (talk | contribs) at 17:47, 9 January 2013 (Bot: Removing Orphan Tag (Nolonger an Orphan) (Report Errors)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Repository clone is a concept from distributed revision control which represents the cloning of a remote repository to a local copy.

A clone operation is performed when a developer wants to start working on an existing project.

Usage by DVCSs

A few tools have a clone command: monotone (mtn), Mercurial (hg), git, and Bazaar (an alias for branch). SVK calls it mirror.