Welcome to the Git Cleaner! Ever used bad words in commits during a Hackathon? Fear not, Git Cleaner is here to help you edit and rebase your git architecture easily!
- Manually Edit commit messages as you wish and easily!
- Edit in batch if you really went overboard with your commits!
-
Clone the repository:
git clone https://github.com/Ant0in/GitCleaner cd GitCleaner
-
Set up a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
-
If you don't have
requirements.txt
, you can manually install inquirerpip install inquirer
To run the app, you can use the following:
python3 src/main.py
This project is licensed under the MIT License. See the LICENSE file for more details.