Sumit
Home
Notes
About
Notes: git
Easy dotfiles management
2024-11-08 by
Sumit Patel
The easiest way to version control your dotfiles.
Initialize empty repo at home
git init --bare $HOME/.dotfiles
Read more…
Add new change in previous commit
2024-07-29 by
Sumit Patel
Find the commit hash you want to edit
git log
Read more…