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
git am
git am is used to apply a series of patches from a mailbox. It applies the series of patches from the mailbox.
Apply patch file
git am patch-file