人気ブログランキング | 話題のタグを見る

雑多な趣味の記録帳

tom01h.exblog.jp

git の覚書…

git の覚書…

ファイルパーミッションの違いを無視する
$ git config core.filemode false
ノンベアをベアリポジトリに変更する
$ git config core.bare true
新たにベアリポジトリをクローンするのは
$ git clone --bare nonbare-repository bare-repository.git

by tom01h | 2017-06-15 21:23 | PCとか