::: Zany's Homepage ::: Zany Wiki | »çÀÌÆ® ÅëÇÕ °Ë»ö
 
 
 

Git Quick Start...

°Ô½ÃÆÇ
Programming Others
ÀÛ¼ºÀÚ
helix
ÀÛ¼ºÀÏ
2010-06-28 09:36:30
ÀÐÀº¼ö
3715
ÆòÁ¡
   
Ç¥½Ã¿É¼Ç
HTML»ç¿ë | ÀÚµ¿BRűנ| °ø¹é¹®ÀÚÇã¿ë | °¡¿îµ¥Á¤·Ä | °íÁ¤Æø±Û²Ã | ÀÚµ¿URL¸µÅ© | ¸¶¿ì½º¼±ÅÃ
°ü·Ã¸µÅ©01
http://git-scm.com/ 
= Cloning and Creating a Patch =

$ git clone git://github.com/git/hello-world.git
$ cd hello-world
$ (edit files)
$ git add (files)
$ git commit -m 'Explain what I changed'
$ git format-patch origin/master

= Creating and Commiting =

$ cd (project-directory)
$ git init
$ (add some files)
$ git add .
$ git commit -m 'Initial commit'

 °Ô½ÃÆÇ ±Û ¸ñ·Ï
No Subject Poster Hits Posted
13927 helix 1301 2017-01-31 08:51:43
2689 helix 2847 2012-02-03 13:25:10
2688 helix 3461 2012-02-03 13:20:23
2514 helix 3962 2010-09-08 16:00:11
2444 helix 3701 2010-07-12 16:00:05
helix 3715 2010-06-28 09:36:30
2327 helix 6290 2010-03-24 09:35:29
2312 helix 3102 2010-03-09 13:17:14
2311 helix 3693 2010-03-08 18:01:37
2309 helix 7897 2010-03-04 08:57:58
2248 helix 2890 2009-12-21 16:17:48
ÄÚ¸àÆ®
ÀÛ¼ºÀÚ
                       
 
zany.kr
  Copyright ¨Ï 2002-2010 Zany's Programming Lab. All Rights Not Reserved.
temporary This Page loads on 0.016 Secs