git add 썸네일형 리스트형 [Git] cheat sheet 모음 | git 명령어 정리 git 명령어 정리 git init git status git add chapter1.txt git commit -m "Complete Chapter 1" git log git diff chapter3.txt git checkout chapter3.txt roll back to the last version committed in our local repo git remote add origin "url of the remote repo on Git" origin is the name of the remote git push -u origin master u flag which links up the remote and the local repo origin : name of remote master :.. 더보기 이전 1 다음