How To Use a Git Branch Multiple Times?
I created a new branch feature1
and after completing a basic implementation, I merged it into the main
branch. I then continued working on other features. After some time, I want to go back and improve feature1.