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