GIT & GITHUB 참고하기
progit 번역본 :
https://git-scm.com/book/ko/v2
git pro pdf 버전 :
https://progit2.s3.amazonaws.com/ko/2015-07-08-5c390/progit-ko.582.pdf
progit 번역본 [Github]:
https://github.com/rudwnok123/progit/blob/master/ko/01-introduction/01-chapter1.markdown
생활코딩 오픈튜토리얼 :
https://opentutorials.org/course/1492
git 과 github :
http://ingeec.tistory.com/50
누구나 쉽게 이해할 수 있는 git 입문:
https://backlog.com/git-tutorial/kr/
초심자를 위한 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/개발바보들-1화-git-back-to-the-future/
개발바보들 2화 git stash:
http://www.devpools.kr/2017/02/27/개발바보들-2화-git-stash/
git / github 개념 :
http://gangju.tistory.com/12
명령어 커스텀 하기 :
https://git-scm.com/book/ko/v2/Git의-기초-Git-Alias
.gitignore - 깃에 올릴때 불필요한 파일 및 폴더무시 :
http://promobile.tistory.com/369
실습으로 배우는 깃 :
https://learngitbranching.js.org/
깃허브로 취업하기 :
https://sujinlee.me/professional-github/
작업하던 프로젝트 git 에 올려 source 공유하기:
http://krksap.tistory.com/565
cheat box :
http://apps.testinsane.com/mindmaps/uploads/html/git
cheat box.html
좋은 git 커밋 메시지를 작성하기 위한 8가지 약속 :
https://djkeh.github.io/articles/How-to-write-a-git-commit-message-kor/