커맨드로 작업하는 일이 많이 없다고 하지만, 익숙해지기 위해서 정리해서 사용하고 있다. 최신 버젼 문서 : https://github.com/hyunW3/gitgit How to commit the git git init git config --global user.name "name" git config --global user.email "tour email" git add [something] git commit -m " [ recode the message ] git remote add origin "@hyunW3~ ... " 6-1 git remote -v local repo connect to remote repo git pull # in local git pull origin master #..