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 have a repo set up such that my working directory is at:
d:\tmp\git_repo
and the git directory is at
d:\tmp\git_repo\files\git
I then have two environment variables set:
GIT_DIR=d:\tmp\git_repo\files\git GIT_WORK_TREE=d:\tmp\git_repo
GitPython correctly uses the GIT_DIR, but ignores GIT_WORK_TREE. I have a patch and will request a pull momentarily.
GitPython
GIT_DIR
GIT_WORK_TREE
The text was updated successfully, but these errors were encountered:
Thanks a lot! The PR has landed, and this issue can be closed!
Sorry, something went wrong.
No branches or pull requests
I have a repo set up such that my working directory is at:
and the git directory is at
I then have two environment variables set:
GitPython
correctly uses theGIT_DIR
, but ignoresGIT_WORK_TREE
. I have a patch and will request a pull momentarily.The text was updated successfully, but these errors were encountered: