I'm exploring options for managing my team's data. Currently they exist in two different locations and not under version control. I'm seeking the wisdom of experienced git users as I'm fairly new to git.
I'd like to set up each location as a git repository and point to the other location as a remote. Is this possible? Is it going to cause issues when trying to reconciles differences if the data gets changed in one place and not the other? I'd like to simply create two git repositories and set each other as remotes, but I suspect (I hope I'm wrong) that they won't be able to know that the data is the same.