Size: 642
Comment:
|
Size: 669
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 23: | Line 23: |
SeeAlso GitAndMercurial |
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