Git 10xGit 10x
พื้นฐาน version control สำหรับบันทึกงาน อ่าน diff สร้าง commit ใช้ branch และส่งงานขึ้น remote อย่างมั่นใจVersion-control foundations for saving work, reading diffs, making commits, using branches, and sharing changes through a remote.
6 บทเรียน · เริ่มได้ทันที6 lessons · start anywhere
version control คือระบบ save ที่มีความจำversion control is a save system with memory
เข้าใจว่า Git คืออะไร repository คืออะไร และทำไม status, snapshot และ history ถึงสำคัญก่อนเริ่มท่อง commandUnderstand what Git is, what a repository is, and why status, snapshots, and history matter before memorizing commands.
สร้าง repo และอ่าน statuscreate a repo and read status
สร้าง Git repository เล็กๆ เข้าใจ git init และใช้ git status อ่านไฟล์ untracked, modified และ stagedCreate a small Git repository, understand git init, and use git status to read untracked, modified, and staged files.
diff, add, commit, logdiff, add, commit, log
เรียน loop ที่ใช้บ่อยที่สุดใน Git: ตรวจ change ด้วย diff, เลือกด้วย add, save ด้วย commit และอ่าน history ด้วย logLearn the everyday Git loop: inspect changes with diff, stage with add, save with commit, and read history with log.
branch ช่วยให้ทดลองอย่างปลอดภัยbranches let you experiment safely
ใช้ branch เพื่อแยกงาน สลับเส้นทางทำงาน merge change เล็กๆ และเลี่ยงการปนงานที่ไม่เกี่ยวกันUse branches to isolate work, switch between lines of work, merge a small change, and avoid mixing unrelated edits.
remote, pull, push และ GitHubremotes, pull, push, and GitHub
เชื่อม Git local กับ remote เข้าใจ origin, pull ก่อน push และใช้ GitHub เป็นพื้นที่สำหรับการ review ร่วมกันConnect local Git to a remote, understand origin, pull before push, and use GitHub as the place where shared review happens.
ใช้ Git กับ AI agent อย่างปลอดภัยuse Git safely with AI agents
ปิด Git 10x ด้วย workflow ที่ปลอดภัยสำหรับทำงานกับ AI: status clean, branch มีขอบเขต, review diff, commit hygiene และพื้นฐานการกู้คืนFinish Git 10x with a safe AI-assisted workflow: clean status, scoped branch, diff review, commit hygiene, and recovery basics.