You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
I'm using the following snippet to clone a single tag:
After cloning to
tempdirectory I did the following:If I change ref from
refs/tags/0.9torefs/heads/masterand do the same I see:Git correctly sees that
masterbranch is checked out. I'd expect the same behaviour for tag refs.