Skip to content

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

License

Notifications You must be signed in to change notification settings

Aviksaikat/Git-Commiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Git Commiter

Python Version Hatch project

git-last-commit GitHub commit activity GitHub top language

Showcase

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

🛠️ Usage

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