諸行無常

IT色々お勉強中のブログ

別gitアカウントでcloneする

httpsでcloneする場合

git clone https://アカウント名@github.com/hoge/ore.git

ローカルの設定変えておく

git config --local user.name 'aho'
git config --local user.email aho@gmail.com
``