GitHub 빈 Repository 생성 후 표시되는 내용입니다.
자주 잊어서 복사 해 둡니다.2020년 5월 기준
echo "# test" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/[계정]/[Repo].git
git push -u origin main
git remote add origin https://github.com/[계정]/[Repo].git
git branch -M main
git push -u origin main