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

https://github.com/ugobriasco/post-contributions

Post contribution tokens to GitHub for each local commit
https://github.com/ugobriasco/post-contributions

contributions-calendar git github

Last synced: 3 months ago
JSON representation

Post contribution tokens to GitHub for each local commit

Awesome Lists containing this project

README

          

# Post contributions

![image](https://user-images.githubusercontent.com/9917415/151678600-bebe8c47-8fe6-41e4-8521-38aa80162ff3.png)

Are you working with several Git repos but you terribly care of the *GitHub contribution calendar*? Then this hack will help you: it will push a contribution token for each commit you do with your local machine and therefore mirror it in your contribution calendar.

## Getting started

1. Fork this repo and clone it into your local machine.

2. Add the following git alias:

```
## ~/.gitconfig
[alias]
ci = "!f() { git commit \"$@\" && ~/PATH_TO_THIS_REPO/main.sh; }; f"
```
3. Have coffe ☕

## License

MIT