Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2012-04-19 08:08:19
Size: 392
Editor: 61
Comment:
Revision 11 as of 2012-05-10 17:47:03
Size: 668
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[http://www.ibm.com/developerworks/kr/library/l-git-subversion-1/|Subversion 사용자를 위한 Git]]
 * [[http://gitimmersion.com/|그냥 따라하기만 하면 됨]]
Line 16: Line 18:
git status
git commit -a
git push origin master
git pull origin master
Line 17: Line 23:

SeeAlso GitVsMercurial

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 GitVsMercurial

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

web biohackers.net