リポジトリごとに名前やメールアドレスを設定

 cd /path/to/sample_repos
 git config user.name "Yamada Taro"
 git config user.email "taro@example.com"

グローバルの設定を削除

 git config --global --unset user.name
 git config --global --unset user.email

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2019-05-16 (木) 18:03:39