I have 2 git local repositories both pointing to the same remote repository.
In one git repository, if I do git format-patch 1, how can I apply that patc
git format-patch 1
Or, if you're kicking it old school:
cd /path/to/other/repository patch -p1 < 0001-whatever.patch