반응형
git clone으로 내려받은 프로젝트를
내 repository 에 올리고 싶었음
vscode 사용
1. 내 github에서 새 repository 생성 및 주소 복사
2. 터미널에서 remote url 확인
명령어 : git remote -v
3. remote 주소 변경
명령어 : git remote set -url origin "repository 주소"
주소 변경뒤 다시 git remote -v로 확인하면 바뀌어 있음!
4. push로 프로젝트를 업로드 해준다
명령어 : git push
반응형
'코딩 관련 > 기타' 카테고리의 다른 글
[Linux] packages excluded due to repository priority protections (0) | 2021.07.01 |
---|---|
[R] 'origin'이 반드시 주어져야 합니다 (0) | 2021.04.30 |
[VSCode][Tomcat] 'C:\Program' is not recognized as an internal or external command,operable program or batch file. (0) | 2021.03.19 |
[R] R studio 그래프 그리기 (0) | 2021.03.08 |
[Windows] batch 파일에서 cmd 결과 변수에 저장하기 (0) | 2020.12.18 |