In the Git Bash, repositories list what branch they are on when you are inside the repo directory.
Currently I'm working on a project that compiles a group of repositories into one product and when I'm in the directory that contains all of those repositories, it would be very helpful to be able to see the current branch for each one listed next to it when I ls
.
Is there a setting or a way I could make Git Bash behave this way? Perhaps an ls
flag I'm unfamiliar with (tho this seems doubtful)?