I have been using gitk for years. Today I noticed that there are a bunch of new refs in my repo. See screenshot below.
The ref is prefetch/remotes/origin/<branch>
, and there is one like this for every branch.
They are refs used internally by Git since version 2.42 that exist to optimize performance.
Git was updated on the remote.
Unsatisfying answer, but you can't.