git config --global user.email "your mail" git config --global user.name "your name" git config --global core.editor vim git init # 맨처음 git status # 변경파일 리스트 git add <file> …