- Commit 되지 않았거나 staged 되지 않은 모든 변경 사항 취소
git reset //모든 staged 된 파일을 unstage
git checkout . //모든 변경 사항취소
git clean -fd // 추적 할 수 없는 모든 파일 제거
'Version Control > git' 카테고리의 다른 글
Commit message template 설정하기 (0) | 2022.08.09 |
---|
git reset //모든 staged 된 파일을 unstage
git checkout . //모든 변경 사항취소
git clean -fd // 추적 할 수 없는 모든 파일 제거
Commit message template 설정하기 (0) | 2022.08.09 |
---|