좋은 commit message를 남기는 방법
깃과 깃허브란?
git commit message를 작성하려는데 editor가 vim이 아니라면 참고하자
git, sourcetree 설치하기
git config, init, .gitignore
git add, commit, status, diff, log
git reset, revert, branch, switch
git merge, rebase
git hub란? 원격 저장소와 연결하기, 로컬 저장소
원격 저장소에서 git push, git pull, merge, rebase
Git의 버전 관리 방식, 깃의 3가지 공간, git reset option
HEAD, checkout, fetch, pull
git help(CLI), git config
git commit 자세히 작성하기
hunk 이용하여 변경사항 관리하기
git stash
기존의 commit message 수정, commit을 병합, 삭제등 변경 하여 적용하기
git 관리하지 않는 파일 삭제, reset 사용
git tag, release
git branch와 branch를 다루는 방법 알아보기
Gitflow
git log에 대해서
git diff 변경사항 비교하기
Git blame, bisect - 깃으로 오류 해결하기
Git hooks
readme
pull request, Issue