ติดตั้ง Git GUI เมื่อ right click บน desktop สามารถสั่งเปิดโปรแกรมได้เลย ทั้ง Git GUI Here หรือ Git Bash Here หากใช้ Git GUI ก็สามารถบริหาร Repository เมื่อสั่ง Clone ลงมาบนเครื่อง Local ได้โดยง่าย หากใช้ Git Bash ก็ทำได้เหมือนใช้งานบน DOS ที่เคยใช้มา
1. pull
download content
upload content
delete
content
login to system
2. push
3. init
create .git folder and prepare
stop all process
in
git system
commit list
download lastest content
4. git
control version
script editor
website server
database server
5. collaborator
team
customer
manager
guest
6. global
private
worldwide
remote
security
7. branch
subdivision
synchronize
download
conflict
8. commit
trust
upload
acquisition
9. clone
download all content
upload all content
all content
update all content
10. repository
content store
remote computer
current content
client computer
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
explorer
"https://github.com/thaiall/www/blob/master/googlemcu/googlemcu.pdf"