Git 썸네일형 리스트형 git/Source Tree 에 기존 작업 디렉토리 (repository) 추가 소스 트리에 기존 작업 디렉토리 추가 가. .git 디렉토리 있는거 나. .git 디렉토리 없는거 가 .git 디렉토리 있는거 .git 디렉토리 없는거 [생성] 을 누르면 경고창 뜨는데, 보면, 뭐가 이미 있는데 인데 계속 할거냐 라고.. 당연 하지... [예] 누르시면 그 디렉토리 안에, .git 라는 디렉토리 만들어 지며, 완료 된다. 더보기 git/Source Tree 에서 unsafe repository 라고 나오면 git 또는 source tree 를 쓰다, 기존 디렉토리를 repository 로 등록 하려 할때 , err code 128 : unsafe repository 라고 나오고, > git config --global --add safe.directory E:/src/prjBahk/0000_prj33 을 해 줘라 같이 나오면, 1. 터미날 열어 > git config --global --add safe.directory E:/src/prjBahk/0000_prj33 을 해줘야 한다. 이따 "/" 대신 "\" 을 쓰면 안된다. 즉 > git config --global --add safe.directory E:\src\prjBahk\0000_prj33 와 같이 하면 안된다, 그런데, 다음에 또 다른 디렉토리.. 더보기 git 사용법 1. git 설치 - https://git-scm.com/download/win 에서 포터블 버전 가져와 깔고 - 환경 설정 에서 E:\down\_chrome\PortableGit\bin 를 패스에 추가 해준다. 2. 설치 확인 - cmd 창 열고 - git --version 3. gui - sourcetree : https://www.sourcetreeapp.com/ 4. 설정확인 - git config --list 5. 사용자 확인, 설정 git --global user.name "bahk" git --global user.email "bahk@coree.com" git config user.name git config user.email 6. 저장 호환성 유지 설정 win: git config --.. 더보기 이전 1 다음