Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 빈
- 깃허브
- 의존성주입
- list
- Spring 개발환경 설정
- 트랜잭션
- 자동주입
- 상속
- pom.xml
- 영속성 컨텍스트
- 어노테이션
- JVM
- 이클립스
- @transactional
- merge
- 자바
- @Bean
- 리액트
- springboot
- java
- DI
- react
- Spring legacy Project
- 스프링 컨테이너
- 객체
- mysql
- spring
- 스프링
- 인터페이스
- github
Archives
- Today
- Total
DEVLOG
[GitHub] 파일명 대소문자만 변경 시 에러 해결 방법 본문
Github는 파일명이나 폴더명을 대소문자만 변경하면 인식하지 못하며,
그것을 인식하게 해주는 깃 명령어는 다음과 같다.
git config core.ignorecase true
'GitHub' 카테고리의 다른 글
[GitHub] Pull is not possible because you have unmerged files 에러 해결방법 (0) | 2022.07.22 |
---|---|
[Git push 에러 해결] Updates were rejected because the tip of your current branch is behind its remote.. (0) | 2022.07.13 |
branch 개요 (0) | 2022.04.26 |
commit mesage 변경 (0) | 2022.04.24 |
git commit & push후 이전 commit 시점으로 돌아가기 (0) | 2022.04.24 |
Comments