ஏற்கனவே உள்ள ஒரு களஞ்சியத்தை குளோன் செய்யுங்கள். மேலும் விவரத்திற்கு: https://git-scm.com/docs/git-clone.
git clone {{தொலை_களஞ்சிய_இடம்}} {{அடைவிற்குப்/பாதை}}
git clone --recursive {{தொலை_களஞ்சிய_இடம்}}
.git
கோப்பகத்தை மட்டும் குளோன் செய்யவும்:git clone --no-checkout {{தொலை_களஞ்சிய_இடம்}}
git clone --local {{கணினியில்/உள்ள/களஞ்சியத்தின்/பாதை}}
git clone --quiet {{தொலை_களஞ்சிய_இடம்}}
git clone --depth {{10}} {{தொலை_களஞ்சிய_இடம்}}
git clone --branch {{பெயர்}} --single-branch {{தொலை_களஞ்சிய_இடம்}}
git clone --config core.sshCommand="{{ssh -i தனியார்_ssh_key/பாதை}}" {{தொலை_களஞ்சிய_இடம்}}