Recently any new Maven project I create in Eclipse will have "[workspace master]" as part of the title in the package explorer view

Viewed 21

Recently any new Java project I create in Eclipse will have "[workspace master]" as part of the title in the package explorer view. I have not been able to find any help articles stating what this is and how to get rid of

1 Answers

This is the branch you are on the GIT repository, also you could have a number with the number of commits ahead of master (not in your case cause you are already on [workspace master])

Related