Menggunakan Git

Mempersiapkan Akun Github

git config --global user.name username
git config --global user.email email

Clone Repository

git clone --depth=1 https://username:password@github.com/username/repositori

Upload

git status
git add -A .
git commit -m "oke"
git push

Update Repositori Local

git pull