Closed popomore closed 7 years ago
Add name and email of git config automaically.
configuration
{ "hooks": { "postadd": "projj run git_config_user", "git_config_user": "git_config_user" }, "git_config_user": { "github.com": { "name": "popomore", "email": "xxx" }, "gitlab.com": { "name": "popomore2", "email": "xxx2" }, } }
{ "hooks": { "clean": "clean" } }
projj runall clean
https://github.com/popomore/projj-hooks
git_config_user
Add name and email of git config automaically.
configuration
clean
projj runall clean