FingerTown

김준호위키
Junho85 (토론 | 기여)님의 2013년 10월 5일 (토) 15:59 판
이동: 둘러보기, 검색

FingerTown

test

git 사용법

  • clone

가져오기 git clone 으로 가져 온다.

  • add

가져오기 git addapplication/ license.txt system user_guide/

  • commit

커밋. 하지만 바로 올라기지는 않는다. push 로 올려 준다. git commit -m "test"

gitcommit -a ? 뭔가 잘 안되는듯?

  • push

서버에 올린다. git push -u origin master