I have a branch, say "XYZ", I worked and did a few commits on that branch and later merged it with my master branch. Now, I want to do some more changes in my code and want to use that same branch. I have not deleted the branch.
Can I use the same branch again? Can I then merge the new commits with master again? Or is the only solution to create another branch?