Copyright 2024 - Custom text here

การทำ Git Commit 

git commit git log

 

การทำ git commit ให้กับ โปรเจ็คเราครับ

Screen Shot 2022 05 18 at 23251 PM

 

สิ่งแรกเช็คให้แน่ใจว่าเรามี การ Config git แล้วนะ โดยใช้คำสั่ง git config --list สำหรับใคร ไม่ได้ทำ ให้ไปดูที่ https://www.androidthai.in.th/git-and-github-article/448-git-config-user-and-email.html

Screen Shot 2022 05 18 at 23309 PM

 

ต่อไป ใช้คำสั่ง git init เพื่อสร้าง staging Area สำหรับ การเก็บ git Repository

 

Screen Shot 2022 05 18 at 23338 PM

 

git status เพือดู ไฟร์ local

 

Screen Shot 2022 05 18 at 23448 PM

 

คำสั่ง git add . เพือให้ไฟร์ local ไปอยู่ใน Staging Area

 

Screen Shot 2022 05 18 at 23505 PM

 

และ git status ดู

 

Screen Shot 2022 05 18 at 23647 PM

 

ทีนี้เรา จะ git commit -m 'อะไรก็ได้' เพือ Commit git

 

Screen Shot 2022 05 18 at 23711 PM

 

ลอง git log ดู

 

Screen Shot 2022 05 18 at 23750 PM

 

คอร์ส สอนโปรเจ็คแอนดรอยด์ ตัวต่อตัว

privateProject2019v1

คอร์ส เบสิกแอนดรอยด์ สอน ตัวต่อตัว

privateAndroid2019v1

คอร์ส iOS สอน ตัวต่อตัว

privateIos2019V1

คอร์ส Flutter สอน ตัวต่อตัว

privateFlutter2019v1

f t g