bash-git-prompt icon indicating copy to clipboard operation
bash-git-prompt copied to clipboard

An informative and fancy bash prompt for Git users

Results 138 bash-git-prompt issues
Sort by recently updated
recently updated
newest added

Currently, the call to `subprocess.Popen()` only passes `LC_ALL` to the child process. As a result, git will ignore the user-specified global .gitignore file and report untracked files incorrectly. Alternatively, the...

I'm using a modified bash prompt to show git branch in the prompt, but special git informations were missing. When I found your awesome project I decided that I would...

Maybe turn path to red by default?

Add a new theme derived from the Single_line theme. In particular, the time portion is removed and PathShort is locally set to W to print only the current working directory.

This project was of a great help for me for years. Sadly, it seems to be abandoned right now. Has anyone of you heard about other bash-native solutions serving the...

Wanted to see if you had put thought into giving the status of every (or maybe just multiple) remotes at once. Like: ✔ ~/bashGitPrompt.git [origin:master|✔] [upstream:master ↓•3] 17:24 $

enhancement
up-for-grabs