概要
GitHub設定でGitHubユーザー情報登録を設定する手順。
調べれば腐るほど出てくるけど自分用に超簡素化。
ユーザー設定
git config --global user.name "kotaro muto (hon-nin)"
git config --global user.name
# 実行結果例
kotaro muto (hon-nin)
Notes to Self
GitHub設定でGitHubユーザー情報登録を設定する手順。
調べれば腐るほど出てくるけど自分用に超簡素化。
git config --global user.name "kotaro muto (hon-nin)"
git config --global user.name
# 実行結果例
kotaro muto (hon-nin)