Can git format patch so it can be used with patch program?

Viewed 3853

I'd need to create simple patches from git repository that can be applied with plain simple patch command line utility.

Can it be done?

2 Answers
Related