Next: Applying Patches, Previous: Pushing, Up: Transferring [Contents][Index]
magit-patch-popup
)This prefix command shows the following suffix commands along with the appropriate infix arguments in a popup buffer.
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.
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.