In the readme documentation for etckeeper, after the initial etckeeper init
all commands are run using git (eg git commit
or git status
). Before finding the readme, I read several tutorials, DigitalOcean has one, that uses etckeeper instead (eg etckeeper commit
or etckeeper vcs status
). Do these pretty much do the same thing or should one be used over the other?
Thanks!
etckeeper commit
adds any new files, and records any changes to file permissions or owners.