My first really serious project on GitHub some time ago completely changed the stack - from Python to NodeJS. However, while the full git noob, I created a branch with all the Python code, and then deleted everything on the main branch and started deploying the system in NodeJS.
Now I'm still git noob, but I realized that I had to use a tag instead of a branch. So I have an old_python branch hanging there and it annoys me.
How can I get rid of this thread, but still can take a quick look at the Python code that will be the tag? I do not plan to comment anything based on Python code, so the branch seems unnecessary.
Or maybe I donβt completely understand what tags are for, and should leave it / do something else.
Dreen source share