jachin / GitSync

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.
MIT License
31 stars 3 forks source link

syncing from multiple 'clients' not working #2

Closed jachin closed 12 years ago

jachin commented 12 years ago

there's some issue where changes from one client branch are not making it on to a different client's branch. Probably an issue with how git is being used.

jachin commented 12 years ago

I figure this out. It always need to do a pull and merge when it starts up. Just synced a change that should fix that.