xunholy / go-proxy

CNTLM Proxy CLI written in GOLANG to assist with managing proxy configuration
GNU General Public License v3.0
18 stars 4 forks source link

Add pre-commit hook to update badges depending on branch #31

Open xunholy opened 5 years ago

xunholy commented 5 years ago

The badges should be unique to the branch they are located on.

This can be done by pre-commit hooks.

Example: https://gist.github.com/DrSAR/eb50d9b2b993384267db4ee9fd5e210f

Consider: If a PR is raised will it also with the branch configured by the pre-commit hook?