Introduction to Git
George Boorman
Curriculum Manager


git add README.md
git add .
. = ไฟล์ทั้งหมดในไดเรกทอรีปัจจุบันและไดเรกทอรีย่อยgit commit -m "Adding a README."
[main cb33c18] Adding a README.
1 file changed, 1 insertion(+)
create mode 100644 README.md
-m ช่วยให้เพิ่มข้อความ Log โดยไม่ต้องเปิด Text EditorIntroduction to Git