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
- Host: GitHub
- URL: https://github.com/the-debarghya/git-going
- Owner: The-Debarghya
- Created: 2022-08-13T16:18:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T14:36:58.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T12:37:02.284Z (about 2 years ago)
- Topics: cli, git, github, golang
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.