1️⃣ 拉取远端改动
git fetch origin
2️⃣ 切换到 main 分支
git checkout main
3️⃣ 合并最新的 GitHub 提交
git pull origin main