GitHub Copilot 提示词工程
GitHub Copilot 的理解质量取决于写注释和函数名的清晰度。给示例代码引导输出。分步写注释让 Copilot 生成正确实现。本文实践提高 Copilot 生成质量的技巧。
16
0
0
2026-07-12
Git 中的 notes 给提交添加注释
git notes add -m "reviewed by Alice" 给提交添加附加注释不影响提交本身。notes 存储在 refs/notes/ 中。适合补充代码审查记录。
17
0
0
2026-07-07