Skip to content

Files

Latest commit

 

History

History
22 lines (16 loc) · 444 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 444 Bytes

subtreeの設定

初期設定

remoteの追加

git remote add schema git@github.com:moorestech/VanillaSchema.git
git fetch schema
git subtree add --prefix=mooresmaster.SandBox/schema --squash schema main

コミットをVanillaSchemaにpush

git subtree push --prefix=mooresmaster.SandBox/schema schema main 

VanillaSchemaからpull

git subtree pull --prefix=mooresmaster.SandBox/schema schema main