Software Developper
About Resume Git Blog
Apply a series of patches from a mailbox.
Apply patches from a file with preserving author informations and messages $ git am --signoff -k < <name>.patch
Apply patches from a file with preserving author informations and messages
$ git am --signoff -k < <name>.patch