tmp

git

gitignore

ユーザーのグローバル設定

~/.gitconfig

中身

.DS_store

とか

config

ファイルモード変更を無視

git config core.filemode false

submodule

submoduleで必要なバージョンのみ取得する

.gitmodulesに以下を追加

git config -f .gitmodules submodule.<name>.shallow true

https://stackoverflow.com/questions/30129920/git-submodule-without-extra-weight


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS