I have a git repo. In the left nav, there's an option to "Download". It downloads the master branch as a zip file. How do I do the same thing via the cli?
For some reason, when I use git clone, the data that it returns is not the same. I only know this because said data is ran through a Java program and the output is different depending on how it's pulled from git. I have tried getting this data lots of ways and the only way that works is manually downloading it from the GUI.
EDIT: Maybe a better way to ask this is: What command is being ran when I click the "Download" link?
EDIT 2: @Arkadiusz Drabczyk's solution in the comments of the "cliget" add-on in Firefox was a perfect solution. Much appreciated.