grunt-gh-pages
grunt-gh-pages copied to clipboard
task commits with global user settings
In my project i have user defined in the .git/config
but after running grunt gh-pages
on default settings it used user defined in ~/.gitconfig
instead.
I don't want to define user and email in the task config because the project may have many contributors.