git init
git config --global user.email "octofox1357@gmail.com"
git config --global user.name "octofox"
git add -A (저장소 전체)
git add file.txt(특정 파일)
git commit -m "커밋 설명"
git log
git checkout 5813bb5
(로그에 나온 커밋아이디 7글자, 커밋아이디 글자 전체를 사용해도 무관함)
git checkout -