Changes between Version 11 and Version 12 of TipAndDoc/scm/git
- Timestamp:
- Apr 11, 2013 2:48:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/scm/git
v11 v12 14 14 * [http://d.hatena.ne.jp/idesaku/20091230/1262159267 git-cherry-pickを掘り下げる - idesaku blog] 15 15 * twitter:random_oracle/status/24024533967044608 16 17 * [http://stackoverflow.com/questions/3959924/whats-the-difference-between-git-clone-mirror-and-git-clone-bare What's the difference between git clone --mirror and git clone --bare - Stack Overflow] 18 * 通常のclone, clone --bare, clone --mirrorの違いについて詳しく書かれている 16 19 * [http://d.hatena.ne.jp/shim0mura/20120914/1347591103 gitのbareリポジトリのバックアップをとる - 馬鹿と天才は紙一重] 17 20 > バックアップ用のリポジトリを作るのであれば--bareではなく--mirrorというオプションをつけます。