2

I'm using Github for Windows together with NetBeans IDE. How do I export files from one revision to another in git? I can see the revisions and what files are there and there is an option to export a specific revision, but I want to export modifications between two revisions.

I basically want files that is modified/changed from revision 2 to revision 5 revision exported to a temporary folder. Is this possible? I could of course export each commit but that's seems so wrong...

bestprogrammerintheworld
  • 5,018
  • 6
  • 36
  • 67

1 Answers1

2

You could simply:

Community
  • 1
  • 1
VonC
  • 1,042,979
  • 435
  • 3,649
  • 4,283