My completed GitHub Skills exercises. All exercises are stored as directories with their full commit history (extracted via git-filter-repo).
- Contains all completed GitHub Skills exercises
- Each exercise stored in its own directory
- Full commit history preserved
- Original structure and progression of each module retained
Required only if you want to use the migration script.
- Python
- git available in PATH
- git-filter-repo installed
- Access to source and destination repositories
git clone https://github.com/felixnagele/github-skills.git
cd github-skillsA helper script to import a source repository (including full commit history) into a monorepo subdirectory using git-filter-repo.
python github_skills_migrate.py --monorepo {monorepo URL} --source {source repo URL}- --monorepo - destination monorepo URL
- --source - source repo URL
- --branch - optional: source branch (auto-detect otherwise)
- --dry-run - print commands only; no changes or pushes
No tests are available.
See Community Profile for guidelines, license, and support.