Changes between Version 26 and Version 27 of TipAndDoc/scm/git


Ignore:
Timestamp:
Jun 4, 2013 10:36:43 PM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/scm/git

    v26 v27  
    6060 > }}} 
    6161 
     62 * [http://dqn.sakusakutto.jp/2012/11/git_export_archive_checkout_index.html Gitでexportするときはgit archiveとgit checkout-indexのどちらがよいか - DQNEO起業日記] 
     63 > masterブランチをエクスポートしたいとします。 
     64 > {{{#!bash 
     65 > mkdir /tmp/foo 
     66 > git archive master | tar -x -C /tmp/foo 
     67 > }}} 
     68 > (必ず先に空のディレクトリを作っておきましょう。) 
     69 
    6270 = git-svn = 
    6371 * [http://stackoverflow.com/questions/8333870/is-there-an-advantage-to-using-no-metadata-in-git-svn-clone Is there an advantage to using --no-metadata in git svn clone? - Stack Overflow]