Size: 500
Comment:
|
Size: 668
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
* [[http://gitimmersion.com/|그냥 따라하기만 하면 됨]] | |
Line 17: | Line 18: |
git status git commit -a git push origin master git pull origin master |
|
Line 18: | Line 23: |
SeeAlso GitVsMercurial |
One of the SourceCodeControlSystem
관련정보
Quick start
cd codebase git init git add . git status git commit -a git push origin master git pull origin master