puellanivis / goprecommit

Yet another pre-commit tool to check your go files, so you don’t commit something that needs a go fmt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goprecommit

You can setup git to automatically put your git-template into every git repo you initialize as well.

$ git config --global init.templatedir '~/.git-template'

Then, you can just put the files from the git-template directory from this repo into your ~/.git-template directory.

You may need to run git init in any repos that you have already cloned though.

About

Yet another pre-commit tool to check your go files, so you don’t commit something that needs a go fmt.

License:MIT License


Languages

Language:Go 67.4%Language:Shell 32.6%