> ## Documentation Index
> Fetch the complete documentation index at: https://moxn.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Branch and merge

> Propose changes on a branch and open a merge request via MCP.

<Note>You'll create a branch, edit a document on it, and open a merge request back to the default branch — all from an agent.</Note>

## Watch

<video controls className="w-full aspect-video rounded-xl" src="https://res.cloudinary.com/dd2qaxrnc/video/upload/tutorial-branch-and-merge.mp4" />

## Try it yourself

Paste one of these prompts into Claude, Cursor, or any MCP-enabled client connected to Moxn.

<CodeGroup>
  ```text Propose a change on a branch theme={null}
  Create a branch called "update-onboarding" off the main branch of my
  engineering-notes filesystem. On that branch, edit the "Onboarding"
  document to add a new section called "Access & accounts". Commit the
  change, then open a merge request back to main with a short summary.
  ```
</CodeGroup>

## What this uses

* [Branching & merging](/concepts/branching-and-merging)
* [`changesets` MCP tool](/reference/mcp/changesets)
* [`merge-requests` MCP tool](/reference/mcp/merge-requests)
