Remote returns information about the git remote.
(ctx context.Context)
| 31 | type GitRepositoryBackend interface { |
| 32 | // Remote returns information about the git remote. |
| 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 |
no outgoing calls