Differences between revisions 13 and 15 (spanning 2 versions)
Revision 13 as of 2012-08-15 09:43:21
Size: 761
Editor: 121
Comment:
Revision 15 as of 2013-05-22 15:48:34
Size: 936
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * [[http://git-scm.com/book/ko/|Pro Git 번역 공개]]
Line 25: Line 26:
주요 명령어들 for [[Subversion]] 사용자

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

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