본문으로 이동

FingerTown: 두 판 사이의 차이

김준호위키
새 문서: Category:개발 = FingerTown = == test == * http://oht.junho85.pe.kr/test
 
편집 요약 없음
4번째 줄: 4번째 줄:
== test ==
== test ==
* http://oht.junho85.pe.kr/test
* http://oht.junho85.pe.kr/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

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