https://github.com/moorestech/mooresmaster
https://github.com/moorestech/mooresmaster
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moorestech/mooresmaster
- Owner: moorestech
- License: mit
- Created: 2024-06-22T00:44:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T07:21:59.000Z (11 months ago)
- Last Synced: 2025-08-02T09:03:10.646Z (10 months ago)
- Language: C#
- Size: 666 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subtreeの設定
## 初期設定
remoteの追加
```sh
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
```sh
git subtree push --prefix=mooresmaster.SandBox/schema schema main
```
## VanillaSchemaからpull
```sh
git subtree pull --prefix=mooresmaster.SandBox/schema schema main
```