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

switch config file format to yaml #1

Closed jachin closed 12 years ago

jachin commented 12 years ago

Currently we are using ini files. It's a little awkward. Need to upgrade to YAML. http://www.yaml.org/

jachin commented 12 years ago

Got this fixed, yaml format, still need to change the example config file.