Configuration and scripts shared across different computers.
Use the included committer executable to manipulate the dot files:
chmod +x committer
./committer --helpThe following committer subcommands ("actions") are available:
add- Registers a new file to be tracked into this repositoryimport- Copies concerned file from the system to this repositoryexport- Copies concerned file from this repository to the systemlist- Shows files being tracked by this repository, by default only active onesinfo- Shows information about the concerned fileupdate- Update information about the concerned filediff- Displays the difference between the file in the system and this repositorymv- Renames the file of concern in this repositorycp- Copies the file of concern in this repository into another file of concern in this repositoryrm- Removes the file of concern from this repository
More information about each of these actions can be found by them with the -h or --help option.
As an example with the list action:
./committer list --help