로컬 커밋을 원격 저장소로 푸시합니다. 더 많은 정보: https://git-scm.com/docs/git-push.
git push
git push {{원격_이름}} {{로컬_브랜치}}
git push -u {{원격_이름}} {{로컬_브랜치}}
git push {{원격_이름}} {{로컬_브랜치}}:{{원격_브랜치}}
git push --all {{원격_이름}}
git push {{원격_이름}} --delete {{원격_브랜치}}
git push --prune {{원격_이름}}
git push --tags