Make commit skill more brief
This commit is contained in:
@@ -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>"
|
||||||
|
|||||||
Reference in New Issue
Block a user