Expand description
Git helpers — shells out to the git CLI (matches net.git-fetch-with-cli).
Enums§
Functions§
- checkout
- Check out a specific ref in
repo— accepts tag / branch / sha. - clone_
or_ fetch - Clone
urlintodestif empty; otherwisegit fetchin place. - head_
sha - Return the current HEAD SHA of
repo.