Skip to content

Commit 426011a

Browse files
committed
update docs
1 parent c5a447b commit 426011a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,21 @@ pip install .
2020

2121
To generate automated commit messages:
2222
```
23+
# Add your files like normal
24+
git add -u
25+
# Ai-generate commit messages
2326
how-commit
2427
```
28+
![image](./images/image.png)
29+
30+
31+
Then, you can push your changes and use AI to auto-generate you a description
32+
33+
```
34+
how-pr
35+
```
36+
37+
See example PR: https://github.com/j2nullify/ai-git-commit/pull/2
2538

2639
### Design Considerations
2740

0 commit comments

Comments
 (0)