のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

git config

git config --global user.name "hoge huge"
git config --global user.email "hoge@domain.com"
git config --global color.ui "auto"

値の確認

git config --global --list