- Namespace
-
GitVersion
.Testing - Containing Type
- GitTestExtensions
Syntax
public static Commit CreatePullRequestRef(this IRepository repository, string from, string to, int prNumber = 2, bool normalise = false, bool allowFastForwardMerge = false)
Parameters
| Name | Type | Description |
|---|---|---|
| repository | IRepository | |
| from | string | |
| to | string | |
| prNumber | int | |
| normalise | bool | |
| allowFastForwardMerge | bool |
Return Value
| Type | Description |
|---|---|
| Commit |