cyworld git add 사용법 : git add <추가 할 경로> git commit -m 사용법 : git commit -m "<메세지>" 따옴표 안써도됨 git status 내 git의 현재상태를 본다 git diff 이전 기록(commit)을 기준으로 변경사항을 확인한다