diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-21 17:25:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-21 17:25:31 -0400 |
commit | 316662205a8d4ecc2e0b7868d97b319f2a308371 (patch) | |
tree | 4e857d87ab65d5a84100fe9c03f187307fcadfd4 | |
parent | def8d3a0875f272296a02a40ca3af854a8158fbe (diff) |
better means of disabling commit
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ which will save a lot of disk space: Here's how to disable the automatic commits after each apt run, while still letting it git add new files: - chmod -x /etc/etckeeper/commit.d/50vcs-commit + rm /etc/etckeeper/commit.d/50vcs-commit Here's how to make it automatically push commits to a clone of the repository as a backup (see instructions above to set up the clone safely): |