b32e2da0a5
Signed-off-by: Joel Longtine <joel@dagger.io>
70 lines
724 B
Markdown
70 lines
724 B
Markdown
---
|
|
sidebar_label: git
|
|
---
|
|
|
|
# alpha.dagger.io/git
|
|
|
|
Git operations
|
|
|
|
```cue
|
|
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._
|