(ctx context.Context)
| 39 | ReadBranchConfig(ctx context.Context, branchName string) (git.BranchConfig, error) |
| 40 | PushDefault(ctx context.Context) (git.PushDefault, error) |
| 41 | RemotePushDefault(ctx context.Context) (string, error) |
| 42 | PushRevision(ctx context.Context, branchName string) (git.RemoteTrackingRef, error) |
| 43 | } |
| 44 |
no outgoing calls
no test coverage detected