Collection of Git refs (branches, tags, converts, pull requests) in a repository.
Summary
Functions
Creates a GitRefs struct from an API response.
Types
@type t() :: %HfHub.Git.GitRefs{ branches: [HfHub.Git.BranchInfo.t()], converts: [map()], pull_requests: [map()], tags: [HfHub.Git.TagInfo.t()] }