僅配置一個命令

你可以使用 -c <name>=<value> 僅為一個命令新增配置。

要在不必更改 .gitconfig 中的設定的情況下以其他使用者身份提交:

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

注意:對於該示例,你不需要精確定義 user.nameuser.email,git 將完成先前提交中缺少的資訊。