Differences between revisions 9 and 10
Revision 9 as of 2012-05-02 00:25:19
Size: 642
Editor: 221
Comment:
Revision 10 as of 2012-05-10 17:40:12
Size: 669
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:

SeeAlso GitAndMercurial

One of the SourceCodeControlSystem

http://git.or.cz/

관련정보

Quick start

cd codebase
git init
git add .
git status
git commit -a
git push origin master
git pull origin master

SeeAlso GitAndMercurial

Git (last edited 2014-05-29 11:23:38 by 61)

web biohackers.net