1. 

warning: LF will be replaced by CRLF in .bash_history.

The file will have its original line endings in your working directory.


이런 오류가 발생했을 때, CRLF LF 방식의 차이를 없애줘야함.


$ git config --global core.autocrlf true


2. repository 를 삭제하고 새 repository에 커밋하고 싶은 경우, 


$ git remote rm origin

$ git remote add origin "저장소 주소"


3. .gitignore 파일 설정

..................................................................작업중

'TOOL' 카테고리의 다른 글

깃허브 (Git hub) 시작하기  (0) 2017.05.25
eclipse 검색에서 target 폴더 제외하기.  (0) 2016.07.14
초보에서 고급까지, 웹으로 프로그래밍 배우자  (0) 2016.06.30
Eclipse 단축키  (0) 2013.05.30
Java JDK, eclipse 설치  (0) 2013.02.16

+ Recent posts