https://github.com/blendify/school
A mega repository of school related coding projects
https://github.com/blendify/school
Last synced: 5 months ago
JSON representation
A mega repository of school related coding projects
- Host: GitHub
- URL: https://github.com/blendify/school
- Owner: Blendify
- License: apache-2.0
- Created: 2018-01-23T03:19:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T03:25:21.000Z (over 8 years ago)
- Last Synced: 2025-01-25T08:11:27.408Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# school
A mega repository of school related coding projects
## Checking out the repository
```
git clone hhttps://github.com/Blendify/school.git
cd school
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master
```