Metadata-Version: 2.1
Name: git-autocommit
Version: 0.1.0
Summary: A tool to automatically generate Git commit messages using local LLMs
Home-page: https://github.com/technoabsurdist/autocommit
Author: Emilio
Author-email: andere.emi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: ollama

while working my last job i often had trouble making good commit
messages.

the goal is to create a minimal cli tool which takes in the git diff and adds and commits the changes with a solid commit message
