---
title: "Merge Git Pull Request"
---
Merges a pull/merge request in a git repository.
Git::Merge-PullRequest(
	[Id: <text>],
	[Method: <text>],
	[Message: <text>],
	[Head: <text>],
	[From: <text>],
	[UserName: <text>],
	[Password: <text>],
	[Namespace: <text>],
	[Repository: <text>]
);
| Name | Format | Script Usage | Usage Notes | 
|---|---|---|---|
| Request Id | text | Id | Default value is "$PullRequestId". | 
| Merge method | text | Method | Default value is "merge". | 
| Commit message | text | Message | Not specifying will use value: "Auto generated". | 
| Head commit | text | Head | Pull request must match to allow merge. Default value is "$Commit". | 
| Repository connection | text | From | Default value is "$Repository". | 
| User name | text | UserName | Not specifying will "Use Username from repository connection". | 
| Password | text | Password | Not specifying will "Use Password from repository connection". | 
| Namespace name | text | Namespace | Not specifying will "Use namespace from repository connection". | 
| Repository name | text | Repository | Not specifying will "Use repository from repository connection". |