テスト用のあれこれ共用フォルダ
リビジョン | 0520e6e29fd4ea67569b315d1ebc3fa6cd28952b (tree) |
---|---|
日時 | 2019-11-01 07:52:06 |
作者 | takemasa <suikan@user...> |
コミッター | takemasa |
Made git configure command be with global option
@@ -3,7 +3,7 @@ | ||
3 | 3 | # configure git |
4 | 4 | echo "configure git variables user.name and user.email" |
5 | 5 | |
6 | -git config --local user.email 26223147+suikan4github@users.noreply.github.com | |
7 | -git config --local user.name Suikan | |
8 | -git config --local push.default simple | |
6 | +git config --global user.email 26223147+suikan4github@users.noreply.github.com | |
7 | +git config --global user.name Suikan | |
8 | +git config --global push.default simple | |
9 | 9 |