Expand description
Fetching and checking out git dependencies.
A git dependency resolves to an exact commit, checked out into a content-addressed cache
(<home>/git/checkouts/<repo>-<urlhash>/<commit>/) and then treated as a local package.
Functionsยง
- resolve
- Resolve a git dependency to a
(checkout_directory, commit_hash).