Possible Duplicate:
Git over Email
I'm new to Git and am interested in using it on Windows. I wish to write a program with one other developer, but we have no access to a shared machine on a network.
The only way we can really communicate data is via e-mail and physically bringing flash drives over from time to time.
What is the best way for each of us to pass to each other our changes so we can update our own repositories w/ the others changes?
Is this a scenario where you would use patches or the local protocol?
If possible could an example of the commands necessary to export and import the changes be given?
Thanks for any help.