Show branch name when using Git

I’ve just started using Git branches on my project, to develop two different versions of it and I ended up doing one modification while on the wrong branch. That is easy to fix, but then I thought it would be cool to see the branch name on the top of the window when using Git.
Do you know an external plugin that does something like that or have some suggestions on how to better use Git on KiCAD?
If you think this would be a good KiCAD feature, then I will post this on GitLab, but maybe it’s not that useful and I just was in the wrong branch because I was changing branches a lot to test it.

1 Like

Maybe you could change the Revision field in the title block in your branch?

Or checkout another instance of a project for the branch so that you are working in a different directory?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.