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

https://github.com/the-debarghya/git-going

Visualise your local git commits just like github
https://github.com/the-debarghya/git-going

cli git github golang

Last synced: 6 months ago
JSON representation

Visualise your local git commits just like github

Awesome Lists containing this project

README

          

# git-going

* A golang based command-line tool that helps to visualize your local git contributions

### Usage:

* If you have `golang` installed in your system, download and build it using:
```bash
git clone https://github.com/The-Debarghya/git-going
cd git-going/
go build .
```
**OR:**
* Use `go get github.com/The-Debarghya/git-going` to download the package and install it using `go install`.

**OR:**
* Download directly from the Releases section.

**OPTIONS:**

* `git-going -add [path/to/your/folder]` : adds new entries of local git repositories and stores in *~/.git-going_local-stats*.

* `git-going -email email@yourdomain.com` : prints the contribution map of the stored folders.