Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 28 days ago
JSON representation

A Python script for automatically adding and committing new and modified files to Git

Awesome Lists containing this project

README

        

# 🚀 Git Commiter

[![Python Version](https://img.shields.io/badge/Python-3.9%2B-blue.svg)](https://www.python.org/downloads/) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)

git-last-commit
GitHub commit activity
GitHub top language

## Showcase

![](media/banner.gif)

A Python script for automatically adding and committing new and modified files to Git.

## 🛠️ Usage

![](media/usecase.gif)

```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/)