Replies: 1 comment
-
You could use Trace2 to track all invocations, to see whether there is any suspicious recurrent |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup
defaults?
to the issue you're seeing?
Not really sure. I use Windows Terminal if that's in anyway useful.
Details
Windows Terminal with PowerShell Core v6.2.2 (side note: I really need to upgrade PowerShell Core, it seems).
Minimal, Complete, and Verifiable example
this will help us understand the issue.
I was expecting the branch name to be
main
which is what I configured as the default branch name during an upgrade.I get
root
as the default branch name.URL to that repository to help us with testing?
This doesn't seem specific to any repository.
More info
The issue isn't weird in one aspect. The
root
branch name doesn't come out of no where. It does seem to be coming through the user config:The weird part is, I could swear I never configured the default branch to
root
myself. Heck, I don't even like that name for a branch let alone set that as the default. It's really confusing how this magical config gets set from time to time. Yeah, you read it right. I've observed this before. Corrected it (by removing the user specific config I believe) but it came back again. Is there some sort of way to identify how this config is getting set? That would really helpful in identifying the issue.Beta Was this translation helpful? Give feedback.
All reactions