StackOverflow 文件 Git 教程 組態 僅配置一個命令 僅配置一個命令 Created: November-22, 2018 你可以使用 -c <name>=<value> 僅為一個命令新增配置。 要在不必更改 .gitconfig 中的設定的情況下以其他使用者身份提交: git -c user.email = mail@example commit -m "some message" 注意:對於該示例,你不需要精確定義 user.name 和 user.email,git 將完成先前提交中缺少的資訊。 設定代理配置行結尾