How to integrate vcprompt with bash shell to show git information in Ubuntu
If you are using git in Linux then you might have hit command ‘git status’ to find out in which branch are we currently on, whether there are any changed contents or any uncommitted changes. …