Linux: How to show current git branch in Bash prompt

The bash prompt does not show the current active git branch on the project root. So adding a way to display the active git branch can help developers avoid the branching problems and code conflict with other developers some time. In this post, you will get a chance to learn how you...
Read more...