-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Can't run git up from a subfolder #59
Comments
Interesting. Which version of PyGitUp are you using? Maybe it's a regression in the last release... |
I'm on git-up 1.4.4. |
So basically my bugfix to #58 was faulty. I've now fixed the git dir detection logic which should now correctly account for subfolders. Could you verify it works now by installing the latest dev version ( |
So I have to run any pip installs with Directories are working fine again, thanks! |
Awesome, I'm glad it works again :) |
I'm getting a NoSuchPathError when I try to run
git up
when I'm currently in a subfolder of my git project.Sanitized snip here: https://gist.github.com/swhinnem/090510b45817bdc4b6db5c341a8b1d6e
Weird thing to note- the final error at the end lists the subfolder I'm in twice in the path.
The text was updated successfully, but these errors were encountered: