My git repo is stored on TFS with no remote access to it via the internet. I need to copy changes from this repo to a webserver. I can access this server manually.
I'd like to copy the changes to the repo on the webserver so I can use a git client to manage pulling and viewing changes.
How can I copy just the latest change files without copying the whole repo? Is it just a case of copying the latest folders in the ./git/objects
folder?