(ctx context.Context, branchName string)
| 37 | |
| 38 | type GitConfigClient interface { |
| 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) |
no outgoing calls
no test coverage detected