https://github.com/mandober/debriefs
debrief collection
https://github.com/mandober/debriefs
Last synced: 4 months ago
JSON representation
debrief collection
- Host: GitHub
- URL: https://github.com/mandober/debriefs
- Owner: mandober
- License: unlicense
- Created: 2019-10-19T17:54:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T18:15:40.000Z (over 6 years ago)
- Last Synced: 2025-08-08T07:33:23.699Z (10 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Debriefs central
- repo: `debriefs`
- desc: Debriefs collection central
- link: https://github.com/mandober/debriefs.git
## Cloning
Each debrief is in its own repo which are referenced from this central repo as
*git submodules*. This, central repo itself is pretty vacant, serving only to
aggregate other repos.
Repo cloning options:
- #1 to clone this repo along with all the submodules, use `--recursive` option
- #2 to make a mistake and clone only this empty repo
- #3 to fix the mistake of cloning the repo without `--recursive` option
```shell
#1
git clone --recursive https://github.com/mandober/debriefs.git
#2
git clone https://github.com/mandober/debriefs.git
#3
git submodule update --init --recursive
```
## Debriefs - Submodules
- math [debrief.math](https://github.com/mandober/debrief.math.git)
- cs [debrief.cs](https://github.com/mandober/debrief.cs.git)
- tech [debrief.tech](https://github.com/mandober/debrief.tech.git)
- pl [debrief.pl](https://github.com/mandober/debrief.pl.git)
- rust [debrief.rust](https://github.com/mandober/debrief.rust.git)
- js [debrief.js](https://github.com/mandober/debrief.js.git)
- haskell [debrief.haskell](https://github.com/mandober/debrief.haskell.git)
- python [debrief.python](https://github.com/mandober/debrief.python.git)
- [debrief.bash](https://github.com/mandober/debrief.bash.git)
- [debrief.php](https://github.com/mandober/debrief.php.git)
- [debrief.hierarchy](https://github.com/mandober/debrief.hierarchy.git)
- [debrief.meta](https://github.com/mandober/debrief.meta.git)
- [debrief.linguistics](https://github.com/mandober/debrief.linguistics.git)
- [debrief.sci](https://github.com/mandober/debrief.sci.git)