til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Update when the exercise has been updated

If you have an existing exercise, but the exercise has been updated with Exercism, you can do:

exercism download --force --track=<track> --exercise=<exercise>

For example:

exercism download --force --track=go --exercise=booking-up-for-beauty

Where you would normally do a:

exercism download --track=<track> --exercise=<exercise>

When downloading an exercise the first time.

I always to a git init in my exercise folders, so I can use basic version control, branches and what not - all the nice stuff.

Resources and References