|
|
|
|
|
by erikb
2839 days ago
|
|
> you can use git by itself and send the diffs to each other over email Why not send it via ssh? It's much easier. And if the data is not too big you don't send diffs but complete file states. Git usually calculates the diffs on the fly by comparing two file states. |
|