How to see branch name next to Project directory in GoLand

Viewed 27

Is it possible to include the branch name next to the project in GoLand?

I see it by default with Pycharm:

enter image description here

In GoLand, I don't see it although the project come from a git repository:

enter image description here

1 Answers

GitToolBox plugin adds branch names to Project View so that you can install it in GoLand as PyCharm.

Related