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 accidentally realised that my .git/config is littered with left-over empty branch specs of already removed branches:
.git/config
[branch "teest"] [branch "fix-1047-can-pull"] [branch "fix-1037"] [branch "fix-747-annotated-tags"] [branch "fix-1074-delete-tag-remote"] [branch "test-fix-cargo-wix"] [branch "tree-walk"]
The text was updated successfully, but these errors were encountered:
this might be an issue with either how we miss something when deleting a local branch using the libgit2 methods or an issue in upstream libgit2 itself. detective work needed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I accidentally realised that my
.git/configis littered with left-over empty branch specs of already removed branches:The text was updated successfully, but these errors were encountered: