1
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 5 years have passed since last update.

[VS2015][Git]Gitのユーザー名、メール設定を変更する

Posted at

Visual Studio 2015でGitの設定をする方法まとめ

初期設定だと username <username@username-PC> みたいになってしまっていたので、変更方法のメモになります。

1. 「表示」 => 「チームエクスプローラー」 を選択

1.png

2. 画面右に表示されたチームエクスプローラーから、「設定」を選択

2.png

3. Git画面で、リポジトリの設定を選択

3.png

4. 「グローバルユーザ名および電子メールの設定をオーバーライドします。」にチェックを入れる

4.png

メールの設定は、デフォルトではマイクロソフトのアカウントに紐付いた設定になっているはずです。
変更の必要があれば、3の画面から、グローバル設定を選んで変更して下さい。

参考

Customize Git settings in Visual Studio | Microsoft Application Lifecycle Management

1
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
1
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?