gitの設定★ ユーザの設定$ git config --global user.name "kats2002" ★ メールアドレスの設定$ git config --global user.email "kats2002@test.com" ★ UIのカラー設定$ git config --global color.ui true ★ 設定内容の確認$ git config -l ★ ヘルプの表示$ git config --help$ git help config