ソースを参照

📝 docs(claude): 添加git提交单条命令指导

- 添加git锁文件冲突时的单条命令解决方案
- 提供快速解决git提交冲突的指导

🤖 Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 1 ヶ月 前
コミット
e0db86fd1f
1 ファイル変更2 行追加1 行削除
  1. 2 1
      CLAUDE.md

+ 2 - 1
CLAUDE.md

@@ -16,4 +16,5 @@
 - e2e测试失败时先查看页面结构 test-results/**/error-context.md
 - 前端是 hono/client  hc  rpc 的,不是直接fetch
 - bmad-core dir is in .bmad-core
-- 必须用中文回答
+- 必须用中文回答
+- **git提交**: 当遇到git锁文件冲突时,使用单条命令:`rm -f /mnt/code/184-172-template-6/.git/index.lock && git add <文件> && git commit -m "提交信息"`