I am currently away from home, but have my work laptop with my. On it, I have a Git repo that I created because I am the only one who really does anything on this particular project.
I shared the folder and gave my coworker the rights to clone the git repo to his machine (as a remote branch)
He now needs my latest changes, normally he would do a git pull. This is not possible because I have no VPN right now and he cant connect via unsecured channels.
Is there a way to export the repo (and host it encrypted somewhere on the web) so that he can just download, unpack and import it? I want there to be no difference in the result than as if we were working normally. Also we have to be able to continue working on it together after I am back at work.
-edit- I should add that the repo is currently very small