$ git remote add origin https://github.com/hyojeongpark/Golang1 (이 주소는 자신이 올리고자 하는 깃허브 repository의 주소를 복사한 값입니다) $ git remote -v (주소가 잘 입력 되었는지 확인) origin https://github.com/hyojeongpark/multiArray.git (fetch) origin https://github.com/hyojeongpark/multiArray.git (push) $ git add . $ git commit -m "Initial commit" 또는 아래 방법으로! $ git push -u origin master option (enter for default): 1 (git branch ..