LoginSignup
2
1

More than 5 years have passed since last update.

Authorの名称をGitHubと同じにする

Posted at

背景

名称不一致でGitHub上でアイコンでないし誰のcommitか分かり難い。

nameとemailを設定する(コマンド)

git config --global user.name "GitHub上での名称"
git config --global user.email "GitHub上でのメールアドレス"

nameとemailを設定する(Eclipse)

  • Window > Preferences > Team > Git > Configuration > User Settings(タブ)
  • user.name, user.email の設定がない場合は Add Entry... で加える。
    configuration.jpg

参考

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1