[git 초기 설정] git config --global user.name "" git config --global user.email "" git config --global credential.helper store // git push 할 때 사용되는 계정정보 저장 [SSH 에서 Github 접속가능하도록 공개키 등록] ssh-keygen -t rsa -C "" user@computer:~/$ ssh-keygen -C [origin 설정하기] git remote add origin git remote set-url origin // 위 수행이 에러나면 [브랜치 생성] git checkout git checkout -b [stage, unstage list 확인하기] git status [commit..