툴/GIT
git 명령어
우끼우끼몽키
2015. 12. 11. 17:06
git clone
git fetch origin
git add [filename]
git push origin master
git branch
git tag
git checkout [tag]
git reset --hard origin/master
git reset --hard [tagname]