~vcs-imports/etckeeper/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Joey Hess
  • Date: 2013-09-21 21:25:31 UTC
  • Revision ID: git-v1:316662205a8d4ecc2e0b7868d97b319f2a308371
better means of disabling commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
Here's how to disable the automatic commits after each apt run, while still
207
207
letting it git add new files:
208
208
 
209
 
        chmod -x /etc/etckeeper/commit.d/50vcs-commit
 
209
        rm /etc/etckeeper/commit.d/50vcs-commit
210
210
 
211
211
Here's how to make it automatically push commits to a clone of the
212
212
repository as a backup (see instructions above to set up the clone safely):