ホームディレクトリの.gitconfigファイルを直接見るか、gitコマンドのconfigサブコマンドを使用する。
>type %HOMEDRIVE%%HOMEPATH%\.gitconfig
[user]
name = ○○○
email = ×××@△△△
>git config --global -l
user.name=○○○
user.email=×××@△△△
ホームディレクトリの.gitconfigファイルを直接見るか、gitコマンドのconfigサブコマンドを使用する。
>type %HOMEDRIVE%%HOMEPATH%\.gitconfig
[user]
name = ○○○
email = ×××@△△△
>git config --global -l
user.name=○○○
user.email=×××@△△△