statamic / spock

Automatically perform git commits, pushes, and other cli actions when Statamic content changes
95 stars 16 forks source link

git_username in config not working #39

Closed 1stevengrant closed 5 years ago

1stevengrant commented 5 years ago

Transferred a Forge server to a client's ownership and they were asking about removing me from the commit logs.

Tried adding

git_username: "Webby McWebFace"
git_email: "ops+website@mcwebface.com"

to spock.yaml settings but didn't have any affect. Had to manually go into the server and do git config --global user.name "Webby McWebFace"

This might not even be a Spock issue but wondered if you'd ran into it before?