This tool allows a developer to work on files on their local machine and have their work synced on a remote system. It uses git to manage the syncing process.
When files get pulled down the file system monitoring triggers syncs for everyone. When it needs to to a pull it should turn off the file system monitoring and then do that. Then maybe do a check after the pull to make sure nothing has chanced in the mean time.
When files get pulled down the file system monitoring triggers syncs for everyone. When it needs to to a pull it should turn off the file system monitoring and then do that. Then maybe do a check after the pull to make sure nothing has chanced in the mean time.