https://github.com/aviksaikat/git-commiter
A Python script for automatically adding and committing new and modified files to Git
https://github.com/aviksaikat/git-commiter
git github hatch package pip pip-package python-hatch python3
Last synced: about 1 year ago
JSON representation
A Python script for automatically adding and committing new and modified files to Git
- Host: GitHub
- URL: https://github.com/aviksaikat/git-commiter
- Owner: Aviksaikat
- License: mit
- Created: 2023-11-24T01:53:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:26:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T16:59:21.427Z (about 1 year ago)
- Topics: git, github, hatch, package, pip, pip-package, python-hatch, python3
- Language: Python
- Homepage:
- Size: 708 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Git Commiter
[](https://www.python.org/downloads/) [](https://github.com/pypa/hatch)
## Showcase

A Python script for automatically adding and committing new and modified files to Git.
## 🛠️ Usage

```bash
gitcommiter -d /path/to/your/directory
```
## Installation
- Using pip
```
pip install gitcommiter
```
## ✨ Features
- Automatically adds untracked files to Git. ✨
- Automatically adds modified files to Git. ✅
- Generates a clear commit message. 📝
## Tools
- Developed using [Hatch](https://hatch.pypa.io/latest/)