Size: 753
Comment:
|
Size: 761
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 25: | Line 25: |
SeeAlso GitVsMercurial | SeeAlso GitVsMercurial, GitHub |
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