Make commit skill more brief

This commit is contained in:
Riyyi
2026-04-13 16:41:17 +02:00
parent ba05908cc4
commit f4c608167f
+1 -7
View File
@@ -73,13 +73,7 @@ Make a git commit, distinguishing between user and AI contributions.
``` ```
(Uses git config for committer, but sets author to AI Bot) (Uses git config for committer, but sets author to AI Bot)
6. **Show result**
```bash
git log -1 --oneline
```
**Output** **Output**
- Show the commit hash and message - Tell user the commit was made
- If AI commit, mention that the author was set to "AI Bot <ai@local>" - If AI commit, mention that the author was set to "AI Bot <ai@local>"