Zip all files within a certain commit in Git

I am using JetBrains Rider 2018.3.4 (Build #RD-183.6092.12, built on March 4, 2019).

I wanted to zip all files corresponding to a commit in Git. I can got to Version Control > Log to view all my past commits, but I could not find a way to get all the files in a particular commit and zip them into a single file. I want to do this because the other person I am interacting with cannot use Git and I would like to send him a zipped file of my commit, so he can get my changes without any hassles.

Is this possible and if yes, then how would I do it?

2

Please sign in to leave a comment.