An open API service indexing awesome lists of open source software.

https://github.com/moorestech/mooresmaster


https://github.com/moorestech/mooresmaster

Last synced: 8 months ago
JSON representation

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
```