Last active
October 5, 2015 10:18
-
-
Save outsideris/2792776 to your computer and use it in GitHub Desktop.
using etckeeper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt-get install git-core etckeeper | |
#configure git | |
# edit /etc/etckeeper/etckeeper.conf | |
$ sudo etckeeper init | |
$ sudo etckeeper commit “Initial Commit” | |
$ cd /etc | |
$ sudo git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment