On Oct 10, 2021, at 20:43, ToddAndMargo via users <users@lists.fedoraproject.org> wrote:

Any way to get git to show me the revision
without downloading the turkey?

You can clone a shallow copy with:

    git clone —depth 1 $GIT_URL

It will be a much smaller download, and will have only the latest reference.

Jonathan Billings