So, I am new to Git. I know how to make repos, commit, push, merge etc.
But I have a question that might sound silly.
I have a script that runs at a specific time everyday.
When I create a new branch to develop new features, how can I continue running the old file?
Example python3 file_v1
In my pre-Git days, I would have simple creating file_v2 and kept file_v1 running. I know this archaic. But would appreciate a solution.