This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/git.md
Joel Longtine b32e2da0a5 make docs
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-02-23 12:20:01 -07:00

724 B

sidebar_label
git

alpha.dagger.io/git

Git operations

import "alpha.dagger.io/git"

git.#Commit

Commit & push to git repository

git.#Commit Inputs

No input.

git.#Commit Outputs

No output.

git.#CurrentBranch

Get the name of the current checked out branch or tag

git.#CurrentBranch Inputs

No input.

git.#CurrentBranch Outputs

No output.

git.#Image

git.#Image Inputs

No input.

git.#Image Outputs

No output.

git.#Repository

A git repository

git.#Repository Inputs

No input.

git.#Repository Outputs

No output.

git.#Tags

List tags of a repository

git.#Tags Inputs

No input.

git.#Tags Outputs

No output.