We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes when the git index of a repository is out of date, multi-git-status will show the wrong status:
fboender @ jib ~/Projects/fboender $ mgitstatus . 3 ./snippets: Uncommitted changes fboender @ jib ~/Projects/fboender $ cd snippets/ fboender @ jib ~/Projects/fboender/snippets (master) $ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean fboender @ jib ~/Projects/fboender/snippets (master) $ cd .. fboender @ jib ~/Projects/fboender $ mgitstatus . 3 ./snippets: ok
The text was updated successfully, but these errors were encountered:
Fixed.
Sorry, something went wrong.
No branches or pull requests
Sometimes when the git index of a repository is out of date, multi-git-status will show the wrong status:
The text was updated successfully, but these errors were encountered: