Git Remote
Cara Menduplikasi Repository
Cara Remote
git clone https://github.com/username/repository-sumber.git
kemudian langsung ubah remotenya dengan code dibawah dan langsung push
Cara Mirorr
git clone --mirror https://github.com/username/repository-sumber.git
kemudian pindah ke repo kemudian push dengan code dibawah
Merubah Url Remote
melakukan perubahan/update pada url
Last updated
Was this helpful?