I'm taking a programming course. I did my first assignment in an HG repo called Assignment1. Now the second assignment is out, and it appears that I'll be able to use large chunks of code from Assignment1 as a base for Assignment2.
A few options I see are:
- Copy and paste the relevant code; create a new repo for Assignment2
- Continue committing to Assignment1 in a tagged branch
- Conintue committing to Assignment1 in main
Is one of these better? Is there another option I'm not thinking of?