Open1

git config情報がおかしいときは

marigottenmarigotten

設定情報確認

git config --global(--local) --list

特定の情報(HOGEHOGE部分)削除

git config --global(--local) --unset HOGEHOGE

ローカル環境でのunsetコマンドでwarning: HOGEHOGE has multiple valuesが出たら

該当リポジトリ内の./git/configを直接編集する

.git/config
[user]
    HOGEHOGE = piyo
    HOGEHOGE = hogera