https://yeonyeon.tistory.com/50
[GIT] 로컬 프로젝트를 git hub에 올리기
본 포스팅에서는 Git Hub와 Git Bash를 이용해 로컬 프로젝트를 Git Hub에 올리는 방법을 포스팅한다. Git Hub에서 레포지토리를 생성했다는 가정 하에 포스팅한다. 생성한 레포지토리의 주소를 복사해
yeonyeon.tistory.com
[GIT] git Ignore가 적용이 안될 때
ignore를 추가했는데 자꾸 계속 파일들이 추가될 때 git의 캐시문제 이므로 터미널을 열어서 캐시 삭제 후 다시 커밋하면 된다. git rm -r --cached . git add . git commit -m "remove source files" 추가로 git..
novemberfirst.tistory.com
https://wooono.tistory.com/251
[GitHub] .DS_Store 파일 개념 및 삭제 방법
.DS_Store 파일이란? DS_STORE 파일이란 Desktop Services Store의 약자로, 애플에서 정의한 파일 포맷이다. 애플의 맥 OS X 시스템이 finder로 폴더에 접근할 때 자동으로 생기는 파일로써, 해당 폴더에 대한
wooono.tistory.com
'Trouble Shooting' 카테고리의 다른 글
IntelliJ 자주쓰는 단축키 모음 (Mac) (0) | 2022.04.16 |
---|---|
[Trouble Shooting] JPA - 중복된 Data만 select 됨 (0) | 2022.04.16 |
[환경설정] M1 macOC Docker 설정, Oracle DB설치 (3) | 2022.02.12 |
[Trouble Shooting] Spring에서 Swagger 설정을 위한 Dependency 추가 (0) | 2022.01.14 |
댓글