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

More Dynamic Configuration Files #7

Open jachin opened 11 years ago

jachin commented 11 years ago

Allow configuration files to inherit from each other, so a config file can specify a parent, then just overwrite the settings it needs to. This would be really handy for all the "ignore" stuff.

centerorbit commented 10 years ago

like a .vimrc/.bashrc style global config? Then overwrite as necessary?

jachin commented 10 years ago

Exactly