"FingerTown"의 두 판 사이의 차이

김준호위키
이동: 둘러보기, 검색
15번째 줄: 15번째 줄:
 
** 별로 쓸 일 없지 않을까
 
** 별로 쓸 일 없지 않을까
  
== git 사용법 ==
+
== git 사용 ==
 +
* https://github.com/junho85/fingertown_server
 +
* https://github.com/ddanninger/fingertown
 +
 
 +
=== 사용법 ===
 
* clone
 
* clone
 
가져오기
 
가져오기

2013년 10월 5일 (토) 16:04 판

FingerTown

Server

test

CodeIgniter

Helper

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