仅配置一个命令

你可以使用 -c <name>=<value> 仅为一个命令添加配置。

要在不必更改 .gitconfig 中的设置的情况下以其他用户身份提交:

git -c user.email = mail@example commit -m "some message"

注意:对于该示例,你不需要精确定义 user.nameuser.email,git 将完成先前提交中缺少的信息。