git clone
Perintah Git Clone
git clone
- Mengambil repositori remote ke komputer lokal
- Menyalin seluruh file dan riwayat commit
- Dipakai untuk mulai berkolaborasi pada project
Contoh: git clone https://github.com/user/project.git
Perintah Git Clone
Contoh: git clone https://github.com/user/project.git