Cara upload Github dengan git command

 

git init
git add *
git commit -m "first commit"
git branch -M master
git remote add origin alamatrepository
git push -u origin master