Is your feature request related to a problem? Please describe.
No
Describe what you are ultimately trying to do
I wish I could easily tell what git branch and the git status in the terminal. Of course I can manually run git branch and git status to see this info or configure the prompt myself, but it would be nice if it were configured by default since it is such a common piece of info developers will need.
Describe how you think Code Builder can help solve your problem or improve your work
Include the ready-to-go __git_ps1 on the prompt by default.
Is your feature request related to a problem? Please describe. No
Describe what you are ultimately trying to do I wish I could easily tell what git branch and the git status in the terminal. Of course I can manually run
git branch
andgit status
to see this info or configure the prompt myself, but it would be nice if it were configured by default since it is such a common piece of info developers will need.Describe how you think Code Builder can help solve your problem or improve your work Include the ready-to-go
__git_ps1
on the prompt by default.