How to apply a patch generated with git format-patch?

I have two local git repositories, both pointing to the same remote repository.

In one git repository, if I do git format-patch 1, how can I apply that patch to the other repository?

Leave a Comment