Local(내 컴퓨터)과 GitHub(원격 저장소)의 관계를 시각적으로 이해해 보세요
git remote add origin https://github.com/사용자명/my-portfolio.git
-u
git push -u origin main
git push