Git clone: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


=Clone Mechanics=
=Clone Mechanics=
This section refers to creation of development repositories, which come into existence as result of a clone operation. The alternative is to create a bare repository.


=Options=
=Options=

Revision as of 21:00, 19 March 2018

Internal

Overview

Clone Mechanics

This section refers to creation of development repositories, which come into existence as result of a clone operation. The alternative is to create a bare repository.

Options

--origin

Changes the default name of the origin ("origin") of a cloned repository.