Skip to content

devitapp-codes/collab-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collab-test

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