Hi all, I'd like to know if it's possible to re-use a branch name after it has been merged into master.
Here are the details of what I did : * creation of a personnal branch git checkout -b fdn/myBranch * regular work with commits and push in fdn/myBranch * report work into master git checkout master git pull origin master git checkout fdn/myBranch git rebase master git checkout master git merge --no-ff fdn/myBranch I have new things to add in the project, do I have to create a new branch or is there any way to re-use fdn/myBranch ? Thanks for your help Fred -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
