https://github.com/kzu/pxt-microbit-courses
Split commits from pxt-microbit for just the courses directory
https://github.com/kzu/pxt-microbit-courses
Last synced: 3 months ago
JSON representation
Split commits from pxt-microbit for just the courses directory
- Host: GitHub
- URL: https://github.com/kzu/pxt-microbit-courses
- Owner: kzu
- License: mit
- Created: 2018-06-12T06:34:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T07:23:13.000Z (about 8 years ago)
- Last Synced: 2025-03-17T18:56:16.049Z (over 1 year ago)
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pxt-microbit-courses
Split commits from pxt-microbit for just the courses directory
## updating
```
git fetch microbit
git checkout -b cs-intro microbit/master
git subtree split -P docs/courses -b docs-courses
git checkout master
git rm -rf en
git commit -m "Prepare for update" en
git subtree add -P en docs-courses
git branch -D docs-courses cs-intro
git push
```