Apologies in advance for what's probably an obvious question but I don't want to risk screwing up our repositories testing this out.
I need to add another machine (MacBook) to my workflow. I'm wondering if it's better to create a new git user for that machine or if I can continue to use my primary Git username and assume the repositories are smart enough on each machine to remain in sync?
Both machines will be checking code in and out of same server (and, because it's Git, I suppose they could check code out directly from each other?!?)
The other solution, which seems like it might be difficult to juggle, would be to sync the development directories between the two machines with rsync or Portable Home Directories (PHDs via OS X Server).
Thoughts?