We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo apt install etckeeper # copy ssh key or git configuration sudo vim /etc/etckeeper/etckeeper.conf # VCS="git" # PUSH_REMOTE="origin" cd /etc sudo rm -rfv .git sudo etckeeper init sudo git config user.name Tomachi[XXX] sudo git config user.email [email protected] sudo git config --global user.name Tomachi[XXX] sudo git config --global user.email [email protected] sudo git remote add origin [email protected]:tomacheese/etckeeper-XXX.git sudo etckeeper commit -m "first commit" sudo git push --set-upstream origin master sudo vim /etc/etckeeper/daily # add git push -u origin master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: