Get returns a reference to a specific git ref (branch, tag, or commit).
(ctx context.Context, ref *gitutil.Ref)
| 33 | Remote(ctx context.Context) (*gitutil.Remote, error) |
| 34 | // Get returns a reference to a specific git ref (branch, tag, or commit). |
| 35 | Get(ctx context.Context, ref *gitutil.Ref) (GitRefBackend, error) |
| 36 | |
| 37 | // Dirty returns a Directory representing the repository in it's current state. |
| 38 | Dirty(ctx context.Context) (dagql.ObjectResult[*Directory], error) |
no outgoing calls