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
- Host: GitHub
- URL: https://github.com/tkers/git-recap
- Owner: tkers
- License: mit
- Created: 2016-04-11T09:27:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T08:39:10.000Z (about 9 years ago)
- Last Synced: 2025-02-14T22:36:26.435Z (4 months ago)
- Topics: cli, git
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.