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
I am experiencing a problem with seeing the git status in the prompt when I am in the .github directory.
Here is what I see:
The text was updated successfully, but these errors were encountered:
Good find! There are two places we try to detect if we're inside a .git folder, and it turns out path/to/.github starts with path/to/.git:
.git
path/to/.github
path/to/.git
posh-git/test/Shared.ps1
Line 93 in 5a87e8a
posh-git/src/GitUtils.ps1
Line 440 in b79c2dc
Marking as Up-for-Grabs, if someone wants to take a crack at it.
Sorry, something went wrong.
@dahlbyk I took a stab at it. Please check out the PR.
Successfully merging a pull request may close this issue.
System Details
Issue Description
I am experiencing a problem with seeing the git status in the prompt when I am in the .github directory.
Here is what I see:
The text was updated successfully, but these errors were encountered: