git -c user.name='foobar' -c user.email='foobar@example.com' commit -m '...'
- 普段は自動デプロイされるだけのサーバー上でちょろっと修正したいときに便利
-
git commit -c ...
ではなくgit -c ... commit
である点に注意 - 参考: https://stackoverflow.com/questions/22058041/commit-without-setting-user-email-and-user-name