2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Eclipse】作成者とコミッターを設定する方法

Posted at

Githubと連携する際に、Githubと連携する方法の記事は数多くありましたが、その際「作成者(Author)」や「コミッター(Committer)」がデフォルトだと使っている端末名になってしまいます。
これだと、誰がリポジトリにプッシュしたのか分からないですし、上手く連携出来ていないように思われます。
そこで、作成者とコミッターの名前をGithubで登録されているユーザー名に設定する方法を記載致します。

使用環境

OS:Windows10 home
Eclipse:2021-12 (4.22.0)

設定方法

1.「ウィンドウ」タブから「設定」を選択。
image.png

2.「バージョン管理(チーム)」から「Git」のタブを選択し、「構成」をクリック。
image.png

3.「エントリーの追加」を選択。
image.png

4.キーに「user.email」及び「user.name」を入れ、値にGithubで登録してあるメールアドレスとアカウント名を入力。
image.png

5.入力内容が反映されていることを確認し、「適用して閉じる」をクリック。
image.png

6.Eclipseを再起動し、設定した内容が反映されていることを確認。
image.png

まとめ

小さなことではありますが、Gitにプッシュする際の「作成者」と「コミッター」の設定について書かせていただきました。
これまでVisual Studio Codeでやってきたので、Eclipseでの操作はまだまだ慣れていませんが、引き続き使いこなせられるように努めていきたいと思います。
又、まだGithubとの連携が済まされていない方につきましては、以下の記事が大変参考になりましたので、共有致します。(2022/05/21現在)
EclipseとGitHubの連携方法(新規プロジェクトをGitHubにプッシュするまで)

参考文献

eclipseのGithub連携 Githubユーザー設定

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?