아마 git으로 큰 사고를 치고, 반성의 의미로 공부를 하던 시절같다.
git은 팀마다 사용법도 다르고 정답의 영역은 없다고 생각한다.
기본적으로 쓰는 명령어의 사용법과 영향력에 있어 숙지만 한다면, 빅사고를 저지르는 것을 막을 수 있다.
git pro pdf 버전 - https://progit2.s3.amazonaws.com/ko/2015-07-08-5c390/progit-ko.582.pdf
초심자를 위한 git 협업 - https://milooy.wordpress.com/2017/06/21/working-together-with-github-tutorial/
개발바보들 1화 git back to the fucher? - http://www.devpools.kr/2017/01/31/%EA%B0%9C%EB%B0%9C%EB%B0%94%EB%B3%B4%EB%93%A4-1%ED%99%94-git-back-to-the-future/
개발바보들 2화 git stash - http://www.devpools.kr/2017/02/27/%EA%B0%9C%EB%B0%9C%EB%B0%94%EB%B3%B4%EB%93%A4-2%ED%99%94-git-stash/
git / github 개념 - http://gangju.tistory.com/12
명령어 커스텀 하기 - https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-Git-Alias
.gitignore - 깃에 올릴때 불필요한 파일 및 폴더무시 - http://promobile.tistory.com/369
실습으로 배우는 깃 - https://learngitbranching.js.org/
깃허브로 취업하기 - https://sujinlee.me/professional-github/
작업하던 프로젝트 git 에 올려 source 공유하기 http://krksap.tistory.com/565
progit 번역본 - https://github.com/rudwnok123/progit/blob/master/ko/01-introduction/01-chapter1.markdown
branch[브런치] - https://backlog.com/git-tutorial/kr/stepup/stepup2_2.html
cheat box - http://apps.testinsane.com/mindmaps/uploads/html/git%20cheat%20box.html
좋은 git 커밋 메시지를 작성하기 위한 8가지 약속 - https://djkeh.github.io/articles/How-to-write-a-git-commit-message-kor/