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
➜ ~ mkdir dummy-repo ➜ ~ cd dummy-repo/ ➜ dummy-repo git init Initialized empty Git repository in /usr/local/google/home/ntfschr/dummy-repo/.git/ ➜ dummy-repo git:(null) mkdir sub/ ➜ dummy-repo git:(null) cd sub/ ➜ sub
I would expect the last line to say:
➜ sub git:(null)
Your fork:
The original robbyrussell zsh theme:
(I'm not including all of oh-my-zsh, so the colors and symbols are off, but the git stuff works as expected)
Also, any reason why you're returning null for a fresh branch instead of master? Not sure if this is intentional or not.
null
master
The text was updated successfully, but these errors were encountered:
Seems like git-state checks only if the current directory is git repo and doesn't work for subdirectories:
git-state
https://github.com/watson/git-state/blob/master/index.js#L15-L23
Not OK.
Sorry, something went wrong.
No branches or pull requests
Steps to repro:
Expected results:
I would expect the last line to say:
Screenshot:
Your fork:
The original robbyrussell zsh theme:
(I'm not including all of oh-my-zsh, so the colors and symbols are off, but the git stuff works as expected)
Also, any reason why you're returning
null
for a fresh branch instead ofmaster
? Not sure if this is intentional or not.The text was updated successfully, but these errors were encountered: