pub const VCS_REF_BASE_TYPE: &'static str;
The type of the reference in the repository.
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.
base
main
"branch"
"tag"