Notes: git

Easy dotfiles management

The easiest way to version control your dotfiles.

  1. Initialize empty repo at home
git init --bare $HOME/.dotfiles
Read more…

Add new change in previous commit

  1. Find the commit hash you want to edit
git log 
Read more…