Versionskontrolle
git clone
Klone ein Repository.
Syntax
$git clone [OPTIONEN] <REPOSITORY> [VERZEICHNIS]
Beispiele
$git clone https://github.com/user/repo.git
$git clone git@github.com:user/repo.git mydir
Typische Anwendungsfälle
?
Standardverwendung
git clone --help
Hinweis
Lädt Repository herunter.
Export