0
0

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.

特定のリポジトリだけ別のemailを設定する

0
Posted at

目的

  • 特定のローカルリポジトリのみコミッターのメールアドレスを任意の物に変更する方法をまとめる
  • ※本記事は筆者のメモ的要素が強いため簡易的にまとめる

実施方法

  • .gitディレクトリが見えるディレクトリで下記コマンドを実行する。
$ git config --local user.email "設定したいメールアドレス"
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?