User Tools

Site Tools


git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
git [2010/02/18 07:38] suapapagit [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 32: Line 32:
 git tag -l git tag -l
 </code> </code>
-브랜치간 뛰기 (커널 예)+리모트 브랜치를 로컬 브랜치로 따라가.
 <code> <code>
 git checkout --track -b android-2.6.29 origin/android-2.6.29 git checkout --track -b android-2.6.29 origin/android-2.6.29
Line 43: Line 43:
 <code> <code>
 git mergetool git mergetool
 +</code>
 +
 +현재 저장소에 다른 브랜치를 추가!
 +<code bash>
 +$ git remote add suapapa git@github.com:suapapa/openFrameworks.git
 +$ git pull suapapa
 +$ git branch -a
 +$ git branch --track suapapa suapapa/master
 +</code>
 +
 +[[http://www.aesop.or.kr/?document_srl=187545|git remote]] 사용방법
 +
 +컬러 쉘 설정
 +<code bash>
 +$ git config --global color.ui "auto"
 </code> </code>
  
Line 50: Line 65:
 $ git config merge.tool meld $ git config merge.tool meld
 </code> </code>
 +
 +===== github =====
 +  *[[http://help.github.com/forking/|forking help]] from github
 +
 ====== git-svn ====== ====== git-svn ======
 ===== 우분투에서의 설치 ===== ===== 우분투에서의 설치 =====
git.1266478715.txt.gz · Last modified: 2013/08/03 05:04 (external edit)