Changes between Version 26 and Version 27 of TipAndDoc/scm/git
- Timestamp:
- Jun 4, 2013 10:36:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/scm/git
v26 v27 60 60 > }}} 61 61 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 62 70 = git-svn = 63 71 * [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]