diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 00:25:48 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 00:25:48 -0500 |
commit | fbe1923624daff65f68cf073a279f555cd655e08 (patch) | |
tree | 3bc0d32cb6d2823a7de40dbd65247b26dd413822 /README | |
parent | 8c1c01c73c9d3b9cf200ea3d87947d13befdc820 (diff) |
improve wording
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -86,11 +86,9 @@ further changes: Rinse, lather, repeat. -etckeeper hooks into apt so changes to files in /etc caused by installing or -upgrading packages will automatically be committed. (`etckeeper post-apt` -uses `git-add .`, so any new files in /etc that arn't gitignored will be -added. If it auto-adds files you don't want added, put them in -`.gitignore`.) +etckeeper hooks into apt so changes to interesting files in /etc caused by +installing or upgrading packages will automatically be committed. Here +"interesting" means files that are not ignored by `.gitignore`. You can use any git commands you like, but do keep in mind that, if you check out a different branch or an old version, git is operating directly |