You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue that the git prompt shows every file as changed, while there are no changes, for example:
~/Development/my-project [develop|●2118…2118]
10:39 $ git status
On branch develop
Your branch is up to date with 'origin/develop'.
nothing to commit, working tree clean
The text was updated successfully, but these errors were encountered:
I had this issue as well, and I started running some of the bash functions manually, and then I discovered it was working correctly again, but I have no idea why and can't reproduce the error. The functions I ran were git_prompt_dir and updatePrompt but I don't know why those would have fixed it -- both my existing shells and brand new shells all of a sudden started working so I don't know how it could be that. I'm running bash-git-prompt 2.7.1 and git 2.24.3 fwiw
I have an issue that the git prompt shows every file as changed, while there are no changes, for example:
The text was updated successfully, but these errors were encountered: