How do I version control my exercises in GitHub?
You have to manage that yourself; Exercism doesn’t have any built-in git
support.
And the bootcamp (being designed for people new to coding) is geared around working in the web editor, so there’s no functionality to download your solutions. You’ll be copy-pasting.
1 Like
If you end up copying your solutions into git after all, please consider making the repository private, to not persuade any learners to look at the solutions, taking away the joy and teachings of finding it themselves.
1 Like