ExGitEngine.GitRef (ex_git_engine v0.9.1)

Copy Markdown

Represents a Git reference.

Summary

Types

t()

@type t() :: %ExGitEngine.GitRef{
  name: binary(),
  oid: ExGitEngine.Git.oid(),
  prefix: binary(),
  type: :branch | :tag | :remote | :note | :pull | :other
}