Skip to content

Ant0in/GitCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Badge License Badge Language Badge

✏️ Git Cleaner

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!

Demo of the projet

🚀 Features

  • Manually Edit commit messages as you wish and easily!
  • Edit in batch if you really went overboard with your commits!

⚙️ Installation

  1. Clone the repository:

    git clone https://github.com/Ant0in/GitCleaner
    cd GitCleaner
  2. Set up a virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. If you don't have requirements.txt, you can manually install inquirer

    pip install inquirer

🛠️ Usage

Running the App

To run the app, you can use the following:

python3 src/main.py

📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Cleaner for Git, when you use bad words during ethical hackathons lol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages