I want to write a python and django tutorial and combine this with hands on exercises. The tutorial will consist of a list of tasks to do: Step 1, Step 2, Step 2.2.... It wo
You could use a branch for every version, instead of using tags. If, for example "4" bases ond what you did in "2", you create a branch from "2" and commit your changes in "4".
Here's an example repository:
Steps to get this structure:
1
from master1
git branch -d master
2
. (git checkout -b 2
)2.1
.2
3