Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

   cd /etc
   git init
   git add .
   git commit -m 'default config'
   git remote add ...
   git push
   # modify your configs
   git diff HEAD
   git commit -m 'yay i changed stuff and i know what i did'
   git push


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: