Silakan commit sembarang pada repo ini. Buat folder, tambah file, modifikasi file lainnya, pokoknya harus commit minimal sekali. Clone link: https://github.com/devitapp-codes/collab-test.git
Untuk pengingat, berikut syntax-syntax yang digunakan:
# clone repository pada komputer
git clone https://github.com/devitapp-codes/collab-test.git
# tambah, rubah, atau delete sembarang file atau folder
# tambah semua file-file yang sudah dirubah
git add *
# commit dan tambahkan pesan yang informatif
git commit -m "removed html/dummy.html"
# upload repo yang telah dirubah ke github
git push
# download repo dari github bila ada commit terbaru
git pull