current git branch displayed only reflects the top-level git repository, is this a bug?
I;m using web2py which means I have web2py as the root directory. This is a git repository for me. My applications, a couple of levels down in the directory structure, are also git repositories. The display of the Git branch seems to follow the branch of the root git repository, not the branch of the file I'm currently editing. Is this behaviour I can change?
Please sign in to leave a comment.
What I want is to see in the status bar the branch of the repository I am using. If my top level branch is master but I am working on a file in another GIT repository, I would like to see that branch of that repository. Instead, all I can see is that top level repository is on branch "master" which is true but not interesting.