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

https://github.com/tkers/git-recap

📈 Display a recap of your commits last week
https://github.com/tkers/git-recap

cli git

Last synced: 4 months ago
JSON representation

📈 Display a recap of your commits last week

Awesome Lists containing this project

README

        

# git-recap

Provides a recap of the commits you made in the last week.

Inspired by [kamranahmedse/git-standup](https://github.com/kamranahmedse/git-standup), but modified for personal needs.

## Install

```sh
git clone https://github.com/Lapixx/git-recap.git
cd git-recap
make install
```

## Usage

Simply run `git recap` from the Git repository you are working on.