Working with Git on multiple machines
- by Tesserex
This may sound a bit strange, but I'm wondering about a good way to work in Git from multiple machines networked together in some way. It looks to me like I have two options, and I can see benefits on both sides:
Use git itself for sharing, each machine has its own repo and you have to fetch between them.
You can work on either machine even if…