กลับหน้าบทเรียน
Export PDF
# บทที่ 12 Linux และ Git สำหรับนักพัฒนา --- ## เครื่องมือที่ต้องใช้เป็น - Terminal - Linux Command - SSH - Git - GitHub --- ## Git Workflow ```mermaid flowchart LR M[main] --> B[feature branch] B --> C[commit] C --> PR[pull request] PR --> M ``` --- ## คำสั่งพื้นฐาน - `git status` - `git add` - `git commit` - `git branch` - `git push` - `git pull` --- ## กิจกรรม ทำงานหนึ่งฟีเจอร์ผ่าน branch และ pull request