Differences between revisions 11 and 18 (spanning 7 versions)
Revision 11 as of 2012-05-10 17:47:03
Size: 668
Editor: 61
Comment:
Revision 18 as of 2014-05-29 11:23:38
Size: 63
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
One of the SourceCodeControlSystem http://e.biohackers.net/Git
Line 3: Line 3:
http://git.or.cz/

관련정보
 * [[http://eagain.net/articles/git-for-computer-scientists/|Tv's cobweb: Git for Computer Scientists]]
 * [[http://www.gitcasts.com/posts/railsconf-git-talk|RailsConf Git talk]]
 * [[http://namhyung.springnote.com/pages/3132772|Git 사용자 설명서]]
 * [[http://www.ibm.com/developerworks/kr/library/l-git-subversion-1/|Subversion 사용자를 위한 Git]]
 * [[http://gitimmersion.com/|그냥 따라하기만 하면 됨]]

Quick start

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

SeeAlso GitVsMercurial
SeeAlso GitVsMercurial, GitHub

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

web biohackers.net