728x90
반응형
경로 설정
git remote add origin <깃주소>
경로 바꾸기
git remote set-url origin <변경할주소>
경로 확인하기
git remote -v
파일 지우기
git rm --cached -r .folderName/
728x90
반응형
'Git' 카테고리의 다른 글
Git 오류: fatal: Unable to create '~~/.git/index.lock': File exists 원인과 해결방법 (0) | 2024.07.09 |
---|---|
Git 사용 방법 cmd - Pull, Commit, Push (0) | 2024.06.24 |
SourceTree 안켜짐, 실행 안됨 (0) | 2024.05.17 |
Git 오류: src refspec master does not match any (0) | 2024.04.14 |
Git 오류: Permission denied (publickey) (1) | 2024.04.12 |