git勉強サイト
# @IT
https://www.atmarkit.co.jp/ait/articles/2004/10/news024.html
# git-pushでmasterを固定化する(けっこうちょくちょく聞かれる)
$ git push --set-upstream origin master
または、confignに以下を記載
$ git config --global push.default current
# @IT
https://www.atmarkit.co.jp/ait/articles/2004/10/news024.html
# git-pushでmasterを固定化する(けっこうちょくちょく聞かれる)
$ git push --set-upstream origin master
または、confignに以下を記載
$ git config --global push.default current