CODE
// 이름을 변경할 폴더가 있는 레포지토리로 이동
git clone [깃허브주소]
cd [레포지토리 이름]
git mv [기존폴더명] [변경폴더명]
git add .
git commit -m "change folder name"
git push origin master
'Git, Github 😺' 카테고리의 다른 글
src refspec master does not match any 해결방법 (0) | 2023.12.17 |
---|---|
[Git] 깃 원격 저장소 연결 끊기(git remote 레포지토리 삭제) (0) | 2023.01.02 |
[Git] gitignore로 몽고DB 계정 보호하기 (0) | 2023.01.02 |
[Git] gitignore가 작동하지 않을 때 (node_modules 제거가 안됨) (0) | 2023.01.02 |
[Git] 기존 프로젝트와 github 연동하기 (0) | 2022.12.31 |