Skip to main content

VCS_REF_HEAD_TYPE

Constant VCS_REF_HEAD_TYPE 

pub const VCS_REF_HEAD_TYPE: &'static str;
Expand description

The type of the reference in the repository.

§Notes

head refers to where you are right now; the current reference at a given time.

§Examples

  • "branch"
  • "tag"