써먹는 웹개발
[Intellij] Commit시 Unversioned Files 에 Commit을 안할 파일이 너무 많을때 해결방법 본문
Developer Tools/IntelliJ & DataGrip
[Intellij] Commit시 Unversioned Files 에 Commit을 안할 파일이 너무 많을때 해결방법
kmhan 2021. 8. 3. 11:15728x90
반응형
Commit일때 Unversioned Files에 파일이 너무 많아서 필요한 파일을 체크하지 못할 때가 있습니다.
그럴때는 Unversioned Files 우클릭하고 Add to .gitignore > .gitignore를 선택하면 됩니다.
※ 1. .gitignore 파일 Commit은 프로젝트 상황에 따라 다르지만 안하는 것을 추천합니다.
2. Can't update가 떴을때 commit 버튼 클릭시 commit 목록에서 commit 하고싶은 대상이 하나도 없다면 다음과 같은 방식으로 전부 commit목록 제외시키고 다시 update하면 됩니다.
728x90
반응형
'Developer Tools > IntelliJ & DataGrip' 카테고리의 다른 글
[IntelliJ] 파일에서 문자열 검색 등을 쓸때 한글 입력 안되는 현상 해결방법 (0) | 2021.08.04 |
---|---|
[IntelliJ] 절대로 쓰지 말아야 할 기능 (0) | 2021.08.03 |
[Intellij] Thymeleaf 관련 html 파일 수정시 바로 반영되도록 하는 환경 설정 방법 (0) | 2021.08.02 |
[IntelliJ] Windows 단축키 2탄 : 시간 단축 (0) | 2021.07.22 |
[Intellij] github(gitlab)에서 project 가져오기 (0) | 2021.07.22 |
Comments