Git newbie, pardon my ignorance
Besides being an excellent version control tool, I use Git for backing up my code safely to github servers.
Now I am moving to a remote location where internet is available intermittently i.e. once in a few days from a nearby town. How can I possibly do something like:-
zip the .git
folder, carry it to internet cafe, unzip it and somehow ask github to read it and sync all my commit and branching history to server
P.S. I am currently not looking for advanced uses like merging and rebase, I mostly work alone.