bhargavirengarajan21 commited on
Commit ·
10a4d72
1
Parent(s): 7803188
Added new changes
Browse files- README.md +12 -0
- git-commit-at +1 -1
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# git-commit-app 🎯
|
| 2 |
|
| 3 |
**A suite of AI-powered git commit tools** for effortless, consistent commit messages.
|
|
@@ -7,6 +18,7 @@ This monorepo contains multiple projects for generating and managing git commits
|
|
| 7 |
## Community
|
| 8 |
|
| 9 |
- [Reddit: I made a CLI that generates conventional commit messages locally using AI](https://www.reddit.com/user/bhargavi_r/comments/1u6v9uc/i_made_a_cli_that_generates_conventional_commit/)
|
|
|
|
| 10 |
|
| 11 |
## Projects
|
| 12 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: git-commit-at
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "6.17.3"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# git-commit-app 🎯
|
| 13 |
|
| 14 |
**A suite of AI-powered git commit tools** for effortless, consistent commit messages.
|
|
|
|
| 18 |
## Community
|
| 19 |
|
| 20 |
- [Reddit: I made a CLI that generates conventional commit messages locally using AI](https://www.reddit.com/user/bhargavi_r/comments/1u6v9uc/i_made_a_cli_that_generates_conventional_commit/)
|
| 21 |
+
- [dev.to: git-commit-at — Generate conventional commit messages locally with AI, no API key needed](https://dev.to/bhargavirengarajan21/git-commit-at-generate-conventional-commit-messages-locally-with-ai-no-api-key-needed-1nc4)
|
| 22 |
|
| 23 |
## Projects
|
| 24 |
|
git-commit-at
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 336c156be7df238afda76b4f8e5ebdeaae138742
|