I’m developing a project on my personal computer (a Macbook). I’m using git to version it.
I have another computer (the one I use at work) where I’d like to develop the same project in daytime. I have a free account at github, so I could use it to keep the work going syncing home and work development, but the project is not “public”.
So, any way to work with git using email as syncing tool?
Thanks
You should also look into git-bundle. From the help:
Bundles are binary files but they are typically small since you don’t need to include the entire repository and they’re compressed.
Git Magic has some example usage too.