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

https://github.com/linoiten/git-leapfrog

Leap through your Git history with GitLeapfrog 🐸: A playful, efficient tool to visualize line changes over time in your projects. Perfect for developers keen on tracking code evolution with a hop!
https://github.com/linoiten/git-leapfrog

cli git github tool

Last synced: 10 months ago
JSON representation

Leap through your Git history with GitLeapfrog 🐸: A playful, efficient tool to visualize line changes over time in your projects. Perfect for developers keen on tracking code evolution with a hop!

Awesome Lists containing this project

README

          

# GitLeapfrog 🐸

![image](https://github.com/LinoIten/Git-Leapfrog/assets/48647260/c88f21f2-28a4-4639-abc7-476bb4c1356f)

Jump through your Git history with ease! `GitLeapfrog` is a nifty tool that lets you leap over the logs to see the line changes in your projects over time. Perfect for developers who love to keep track of their code changes in a fun and efficient way. 🚀

## Features 🌟

- **Quick Summary**: Get a quick overview of added and deleted lines in your Git repository.
- **Time Travel**: Specify any timeframe and see the changes during that period.
- **Easy to Use**: Simple setup and execution, no heavy lifting required.

## Usage 🛠

To use `GitLeapfrog`, run the following command in your terminal. Make sure you're in your project's Git repository directory.

```bash
bash -c "$(curl -sSL https://raw.githubusercontent.com/LinoIten/Git-Leapfrog/main/git_leapfrog.sh)"
```