ExGitEngine. GitRef
(ex_git_engine v0.9.2)
Copy Markdown
Represents a Git reference.
Summary
Types
@type t() :: %ExGitEngine.GitRef{ name: binary(), oid: ExGitEngine.Git.oid(), prefix: binary(), type: :branch | :tag | :remote | :note | :pull | :other }