Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 447 Bytes

cfgtool - A simple git wrapper to manage your dotfiles

Functionality

Tracking a file

Use cfgtool track /path/to/file to start tracking a file.

Updating the tracked file

Use cfgtool update to update the changes of your tracked files.

Syncing with a remote

Use cfgtool sync to sync your local commits with a remote git repo.

Rollback

Use cfgtool rollback to rollback a config file to its previous state.