CVS 썸네일형 리스트형 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 다음