So this is the thing: I've got a process that should download files from git remote repository and deploy them onto destination server which does not have a git installed on.
In addition, I should be able to download the files based on a given git tag and only the HEAD.
What is the best way to such thing?