SMALL sourcetree1 git 사용법 - sourcetree git 기본 사용법. window용 git program은 https://www.sourcetreeapp.com/ 에서 설치.기본적인 연동방법은 http://hackersstudy.tistory.com/41 참조. shell에서는, 1. 기본적으로 git 과 연동.> git clone http://username@150.123.123.123/git_name/name_rep.git 연동된뒤, 2. file을 다운받을 폴더로 간뒤> git pull : 저장소 -> local로 갱신. 3. 변경할 파일이 있으면,> git add * : 파일추가 4. log 남기고, commit 시키기.> git commit -m "log" 5. 저장소에 저장하기.> git push 그외. 저장소의 file을 삭제하고 싶으면,.. 2016. 10. 25. 이전 1 다음 LIST