Skip to main content

VCS_REF_BASE_TYPE

Constant VCS_REF_BASE_TYPE 

pub const VCS_REF_BASE_TYPE: &'static str;
Expand description

The type of the reference in the repository.

§Notes

base refers to the starting point of a change. For example, main would be the base reference of type branch if you’ve created a new reference of type branch from it and created new commits.

§Examples

  • "branch"
  • "tag"