리모트 저장소
회원가입 후 새 레포지토리 생성
git-bash
git remote add 이름(보통 origin) 복사한https주소
git remote -> origin
git remote -v -> 복사한https주소
git push -> "이렇게 명령해라" git push --system ... 그거 복붙
유저아이디 / 비밀번호 제대로 입력 -> 만약 틀렸다면?
이후에는 git push 만 하면 그냥 푸쉬 된다.