リポジトリごとに別のアカウント情報を設定する方法
cd repo
git config --local user.name "リポジトリ用アカウント名"
git config --local user.email "リポジトリ用メールアドレス"
repo/config に user が追加されます
[user]
name = リポジトリ用アカウント名
email = リポジトリ用メールアドレス
Go to list of users who liked
More than 3 years have passed since last update.
リポジトリごとに別のアカウント情報を設定する方法
cd repo
git config --local user.name "リポジトリ用アカウント名"
git config --local user.email "リポジトリ用メールアドレス"
repo/config に user が追加されます
[user]
name = リポジトリ用アカウント名
email = リポジトリ用メールアドレス
Register as a new user and use Qiita more conveniently
Go to list of users who liked