mirror of
https://github.com/tektoncd/catalog.git
synced 2024-12-02 06:52:15 +00:00
d12e690595
The git-clone example only demonstrated the very simplest of behaviour and didn't provide much in the way of instruction on using its features. This PR adds examples for cloning a branch, cloning a specific commit, and cloning tags. Each example includes clear description of its purpose and the features it demonstrates. I've removed the inline git-clone example from the README because it's really long and the README needs to serve the purpose of documenting multiple Tasks (git-clone as well as git-batch-merge, and any future Tasks we add as well). Rather than bloat the README with many examples which can go stale if we modify git-clone's behaviour I've simply linked to the new example files. |
||
---|---|---|
.. | ||
git-clone-checking-out-a-branch.yaml | ||
git-clone-checking-out-a-commit.yaml | ||
using-git-clone-result.yaml |