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?

git のコミット時に記載するメアドを表示と設定する

Posted at

標準じゃと、unix アカウント名がそのまま記載されちゃるけん、具合悪い(ワシだけかも)
変更しおる方法の忘備録

設定 /usr/local/etc/gitconfig
git config --system user.name JE3KMZ
git config --system user.email JE3KMZ@example.app
確認 ~/.gitconfig
git config --global user.name
git config --global user.email
削除 リポジトリのディレクトリ/.git/config
git config unset user.name
git config unset 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?