깃(Git) 추적하지 않은(Untracked) 파일 삭제 정리
Git에서 Untracked(Unstaged) 파일을 명령어로 쉽게 정리하는 방법을 알아보겠습니다. 상황 예시 $ git status On branch master Your branch is up to date with 'origin/master'. Untracked files: (use "git add ..." to include in what will be committed) bbs/noti.php bbs/noti_delete.php bbs/noti_read.php nothing added to commit but untracked files present (use "git add" to track) 3개의 파일이 Untracked되어 있으므로 reset 또는 checkout으로는 제거되지 않는 상황..
SW개발/버전 관리
2021. 10. 19. 12:15