Activities — Week 11 📦

Git Workflows & GitHub Integration

การทำงานกับ Git และ GitHub

Git 工作流与 GitHub 集成

Activities: Git Workflows & GitHub Integration

Fill in the Blank / เติมคำในช่องว่าง / 填空

Easy
เติมประโยคให้สมบูรณ์โดยใช้คำศัพท์จากสัปดาห์ที่ 11
用第 11 周的词汇把句子补充完整。
Complete the sentences using vocabulary from Week 11.
  1. The ___ tool is used to to save changes to the repository. (commit)
  2. The ___ tool is used to a separate line of development. (branch)
  3. The ___ tool is used to to combine two branches together. (merge)
  4. The ___ tool is used to a request to merge changes. (pull request)

Matching / จับคู่ / 配对

Easy
จับคู่คำภาษาอังกฤษกับคำแปลภาษาไทย
将英文词语与中文翻译配对。
Match the English terms with their Thai translations.
  1. commit → คอมมิต / 提交
  2. branch → สาขา / 分支
  3. merge → รวม / 合并
  4. pull request → พูลรีเควสต์ / 拉取请求
  5. push → พุช / 推送
  6. clone → โคลน / 克隆

Explain in Your Words / อธิบายด้วยคำพูดของคุณ / 用你自己的话解释

Medium
อธิบายแนวคิดแต่ละข้อเกี่ยวกับการทำงานกับ Git และ GitHubด้วยหนึ่งประโยค
用一句话解释关于 Git 工作流与 GitHub 集成的每个概念。
Explain each concept about Git Workflows & GitHub Integration in one sentence.
  1. Explain: commit
  2. Explain: branch
  3. Explain: merge
  4. Explain: pull request

Grammar Practice / ฝึกไวยากรณ์ / 语法练习

Medium
ฝึกใช้คำบอกลำดับ (first, then, next, finally)ในประโยคเกี่ยวกับ Claude Code
练习在关于 Claude Code 的句子中使用顺序词(first、then、next、finally)。
Practice using Sequence Words (first, then, next, finally) in sentences about Claude Code.
  1. Write a sentence using: commit
  2. Write a sentence using: branch
  3. Write a sentence using: merge
  4. Write a sentence using: pull request

Real-World Challenge / ความท้าทายในโลกจริง / 真实世界挑战

Hard
ประยุกต์สิ่งที่เรียนรู้เกี่ยวกับการทำงานกับ Git และ GitHubในโปรเจกต์จริง
在真实项目中应用你学到的关于 Git 工作流与 GitHub 集成的知识。
Apply what you learned about Git Workflows & GitHub Integration in a real project.
  1. Open Claude Code and demonstrate git workflows & github integration with a real example.
  2. Example: make a one-line change, then branch, commit, and open a pull request for it.