I have project.zip file which we commit in git. I made few changes in that zip contents and uploaded it in git repository. After that 2 commits were made. Now I need the zip file which I uploaded 2 commits before. Please help how can I download it. I tried using the below command, but it didn't work.
git cat-file <commit-hash>:./<file name> > aa.zip