Differences between revisions 7 and 14 (spanning 7 versions)
Revision 7 as of 2012-04-23 00:08:44
Size: 563
Editor: 221
Comment:
Revision 14 as of 2013-03-28 13:10:46
Size: 878
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * [[http://gitimmersion.com/|그냥 따라하기만 하면 됨]]
 * [[http://rogerdudler.github.com/git-guide/index.ko.html|git - 간편 안내서]]
Line 17: Line 19:
git status
Line 21: Line 24:

주요 명령어들 for [[Subversion]] 사용자

{{{
svn export
git archive --format zip --output a.zip
}}}

SeeAlso GitVsMercurial, GitHub

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

주요 명령어들 for Subversion 사용자

svn export
git archive --format zip --output a.zip

SeeAlso GitVsMercurial, GitHub

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

web biohackers.net