Github (under construction) - tstorrnetnz/teaching2025 GitHub Wiki

Learning Aim: Set up Github ready for your project

There are a few things that need doing before you can even begin to think of starting a project. The most important is linking your repl account to your Github account.

Why do we need to do this?

Github is used for saving different versions of your code. This means that if you 'break' your code you can easily go back or restore it. It is also easy to share your code with others - e.g. your teacher! Github is independent from repl, so it is 'backed up' in a different place.