The open source Git project just released Git 2.48. Here is GitHub's look at some of the most interesting features and changes introduced since last time.
When “git fetch $remote” notices that refs/remotes/$remote/HEAD is
missing and discovers what branch the other side points with its
HEAD, refs/remotes/$remote/HEAD is updated to point to it.
That is nice.