반응형
VSCode에서 10k 삭제방법!
1. 터미널에서 git rev-parse --show-toplevel 명령어를 칩니다
repository에서 .git의 위치를 찾습니다
2. 해당위치로 이동 후 .git 파일이 있는지 확인합니다
이동명령어
cd /이동할위치
이동한 위치에서 .git파일이 있는지 확인
ls -a .git
3. .git파일이 있으면 삭제
rm -r -f .git
-끝-
LIST
'React-Native' 카테고리의 다른 글
Visual studio prettier 완벽설정 (0) | 2022.12.04 |
---|---|
React native+Rest api (0) | 2022.11.25 |
[solved]undefined is not an object(evaluating 'navigation.navigate') (0) | 2022.08.31 |
React-native ScrollView 사용법 (0) | 2022.08.27 |
While trying to resolve module 'idb' from file….this package itself specifies a `main` module field that could not be resolved=>firebase 설치시 오류 (0) | 2022.08.23 |