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