Next: , Previous: , Up: Transferring   [Contents][Index]


7.5 Creating and Sending Patches

W     (magit-patch-popup)

This prefix command shows the following suffix commands along with the appropriate infix arguments in a popup buffer.

W p     (magit-format-patch)

Create patches for a set commits. If the region marks commits, then create patches for those. Otherwise prompt for a range or a single commit, defaulting to the commit at point.

W r     (magit-request-pull)

Request that upstream pulls from your public repository.

It is also possible to save a plain patch file by using C-x C-w inside a magit-diff-mode or magit-revision-mode buffer.