Git Tracker is a powerful tool designed to aggregate and export git logs, providing valuable insights into your development process.
- Aggregate git logs from multiple repositories
- Export git logs in various formats
- Analyze commit patterns and developer contributions
- Integration with AI models for advanced insights
You can install Git Tracker using pipx:
pipx install git-trackerAfter installation, you can run Git Tracker from anywhere in your terminal:
git-tracker [OPTIONS] COMMAND [ARGS]...For a list of available commands and options, use:
git-tracker --helpTo set up the development environment:
-
Clone the repository:
git clone https://github.com/JacobFV/git-tracker.git cd git-tracker -
Install Poetry if you haven't already:
pip install poetry
-
Install dependencies:
poetry install
-
Activate the virtual environment:
poetry shell
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Jacob Valdez jacobfv123@gmail.com