Skip to content

Post contribution tokens to GitHub for each local commit

Notifications You must be signed in to change notification settings

ugobriasco/post-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Post contributions

image

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"
  1. Have coffe ☕

License

MIT

About

Post contribution tokens to GitHub for each local commit

Topics

Resources

Stars

Watchers

Forks

Languages