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
- Host: GitHub
- URL: https://github.com/ugobriasco/post-contributions
- Owner: ugobriasco
- Created: 2022-01-28T18:14:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T21:54:12.000Z (over 4 years ago)
- Last Synced: 2025-03-18T21:24:38.030Z (over 1 year ago)
- Topics: contributions-calendar, git, github
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Post contributions

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