▲ | thomascountz 3 days ago | |
Instead of ignoring everything, this is how I manage my $HOME directory of dotfiles via a bare git repo.
Nothing is shown as untracked by default. When I add new config files to track, I have to add them to stage them explicitly.The only sticking point is when I forget to use `git add -u .` when committing changes to files which are already being tracked. I don't remember why I went with this over the global * ignore. |