Size: 315
Comment: converted to 1.6 markup
|
Size: 563
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* [[http://namhyung.springnote.com/pages/3132772|Git 사용자 설명서]] * [[http://www.ibm.com/developerworks/kr/library/l-git-subversion-1/|Subversion 사용자를 위한 Git]] |
|
Line 15: | Line 17: |
git commit -a git push origin master git pull origin master |
One of the SourceCodeControlSystem
관련정보
Quick start
cd codebase git init git add . git commit -a git push origin master git pull origin master