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

# Push, Pull & Fetch

> Sync your local repository with the remote.

| Action | Shortcut       | Description                                       |
| ------ | -------------- | ------------------------------------------------- |
| Pull   | `Cmd+Shift+P`  | Fetch and fast-forward / merge the current branch |
| Push   | `Cmd+Option+P` | Push the current branch to its upstream           |
| Fetch  | `Cmd+Option+F` | Update remote-tracking refs without merging       |

## Drag to remote

Remote drag workflows are planned, but the current supported sync paths are the toolbar, menu, and keyboard shortcuts.

Use the push, pull, and fetch actions directly while remote drag-and-drop is being built out.

## Undoing remote actions

Pull and publish can be undone with `Cmd+Z`. See [Undo Action](/features/undo-any-action).
