git

git/원격 저장소 연결 해제

chanchand 2023. 9. 15. 11:01
반응형

git 연결 해제

rm -rf .git
git status

 

원격 저장소 연결 해제

git remote -v
git remote remove <name>
git remote -v

 

 

반응형

'git' 카테고리의 다른 글

git 명령어 (ing)  (0) 2023.09.17
[Git 에러] Permission denied (publickey)  (0) 2023.09.15
백준, 프로그래머스 GitHub 연동  (0) 2023.02.09
Github 업로드  (0) 2023.01.17
[Git 에러] remote: Invalid username or password.  (0) 2023.01.17