notbrain

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by notbrain

  1. I am currently using BTSync to sync github clones on my office machines and home machines. I am wondering if I should ignore .git directories to make syncing less corruption prone. Every once in a while (or when significant time elapses between office visits or vice versa) I always encounter issues where a bunch of files have .!sync.SyncTemp suffixes, or git reports some copies are in conflict for whatever reason.

    Just looking for a shortcut so I don't need to go find out how git works internally more than I already need to. I have a feeling it would be cleaner to allow each .git dir to maintain each location but wonder what other issues that might create.