Using Git (ver 1.7), SourceTree (ver 1.5.1.0), and preferably .NET (C#)
How can I get all the committed source code from commit C --> to commit G Only? Note: I don't want to get the entire code base, just the files that were committed.
Example Commit History
A --> B --> C --> D --> E --> F --> G --> H --> I
Trying to switch to Git, but a requirement is that we need an automated process of getting the source code for our release process & documentation.