(no title)
aslatter | 1 year ago
git init --bare $HOME/.config/repo
alias config='/usr/bin/git --git-dir=$HOME/.config/repo --work-tree=$HOME'
config config --local status.showUntrackedFiles no
Then I can do things like "config add", "config commit", and "config push".
No comments yet.