Git Patch and Email Workflows/Apply mailbox series

Apply email-formatted patches as commits.

Section: Apply Patches and Mailboxes

Apply mailbox series

bash
bash
git am 0001-feature.patch

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Apply Patches and Mailboxes
Continue git am
Resume after conflict resolution.
OpenIn sheetbashsame section
Abort git am
Cancel mailbox application and restore state.
OpenIn sheetbashsame section
Check patch applicability
Validate patch without modifying files.
OpenIn sheetbashsame section
Apply patch and update index
Apply patch to working tree and index.
OpenIn sheetbashsame section
Format last commit
Generate one patch file from latest commit.
OpenIn sheetbash1 tag match
Range-diff two series
Review changes between patch series revisions.
OpenIn sheetbash1 tag match