You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An elegant CLI tool that simplifies and streamlines your Git workflow with AI-powered commit messages, automated changelog generation, and intelligent version management.
10
+
TGIT is an AI-powered Git CLI for commit messages, changelog generation, and semantic versioning.
11
+
12
+
- Generate conventional commits from staged changes
13
+
- Build changelogs from commit history
14
+
- Bump versions across common project files
15
+
- Manage settings from `.tgit.yaml` or an interactive CLI
Copy file name to clipboardExpand all lines: pyproject.toml
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[project]
2
2
name = "tgit"
3
3
version = "0.29.0"
4
-
description = "Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze."
4
+
description = "AI-powered Git CLI for commits, changelogs, and semantic versioning."
5
5
authors = [{ name = "Jannchie", email = "jannchie@gmail.com" }]
0 commit comments