dari channel codepanda.id (https://www.youtube.com/playlist?list=PLM2HKtjUeZQiDc6b7ZRyqBaWkA9SWO-KZ)
Init project baru
git init
git remote add [link github]
git add .
git commit -m "[commit message]"
git push origin master
Push perubahan ( file baru, ubah file, hapus file, dll )
git add .
git commit -m "[commit message]"
git push origin master