git -v
cd d:/mcu
git init /* สร้างโฟรเดอร์ .git พบ 15 Files, 8 Folders */
git remote -v /* ไม่พบว่าเชื่อมต่ออะไรไว้ หากมี burin ก็ให้สั่ง git remote remove burin */
git remote add mytest https://github.com/thaiall/www.git /* ปรับปรุงในแฟ้ม .git/config */
git pull mytest master /* ดาวน์โหมดมาทั้ง repo คือ 471 Files, 31 Folders */
notepad googlemcu/index.html
git add googlemcu/index.html
git commit -m "ok"
git push -u mytest master /* ถาม Login เข้า Github.com ผู้เป็นเข้าของ repo */
explorer https://thaiall.github.io/www/googlemcu/
git add googlemcu/googlemcu.pdf
git commit -m "ok"
git push -u mytest master
explorer "https://github.com/thaiall/www/blob/master/googlemcu/googlemcu.pdf"