DEV/other things
Git 로컬 스토리지의 .git 제거
석봉
2024. 1. 26. 13:29
// 터미널 진입 > 해당 폴더 위치에서
rm -rf .git
// 터미널 진입 > 해당 폴더 위치에서
rm -rf .git