otto/stdlib/git
R Tyler Croy f8dc3af95e Update the cargo versions
Fixes #64
2021-03-03 22:04:25 -08:00
..
src Default to caching git repositories with a `git clone --mirror` like functionality 2020-11-26 21:18:31 -08:00
tests Default to caching git repositories with a `git clone --mirror` like functionality 2020-11-26 21:18:31 -08:00
.gitignore Implement the most basic version of the git step which can just clone a URL 2020-11-15 16:12:12 -08:00
Cargo.toml Update the cargo versions 2021-03-03 22:04:25 -08:00
README.adoc Finish out the basic implementation of the git step 2020-11-15 20:29:44 -08:00
manifest.yml Start working on providing steps with per-step cache that they can utilize 2020-11-19 20:59:50 -08:00

README.adoc

<html lang="en"> <head> </head>

git

The git step provides a simple mechanism for checking out code from a git repository.

Simple clone
git url: 'https://github.com/rtyler/otto', branch: 'main'
</html>