git/am

Apply Patch

Apply a series of patches from a mailbox

git
patch
mailbox

Command

git am

Explanation

git am is used to apply a series of patches from a mailbox. It applies the series of patches from the mailbox.

Examples

Apply patch file

git am patch-file