Ryuno-Ki on Nostr: npub1upkp7…4tcwy TIL. Another reference that's neither a branch nor a tag could be ...
npub1upkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xss4tcwy (npub1upk…tcwy) TIL.
Another reference that's neither a branch nor a tag could be commits that „got lost“ on a force push.
You should be able to `git show` them until the next cleanup/garbage collection.
In a way, that's reassuring because it's hard to break git.
On the other hand this proved to be a security hole (by downloading a publicly available .git from the Internet of a proprietary codebase - https://blog.gitguardian.com/secrets-credentials-api-git/ is one aspect)
Another reference that's neither a branch nor a tag could be commits that „got lost“ on a force push.
You should be able to `git show` them until the next cleanup/garbage collection.
In a way, that's reassuring because it's hard to break git.
On the other hand this proved to be a security hole (by downloading a publicly available .git from the Internet of a proprietary codebase - https://blog.gitguardian.com/secrets-credentials-api-git/ is one aspect)