CFG
cfg-点文件的裸仓库 建立 git init --bare $HOME /.cfg alias cfg= ' git --git-dir=$HOME/.cfg/ --work-tree=$HOME ' cfg remote add origin git@github.com:HongLong40/cfg.git 克隆到另一个系统 git clone --bare https://github.com/HongLong40/cfg.git $HOME /.cfg alias cfg= ' git --git-dir=$HOME/.cfg/ --work-tree=$HOME ' cfg config --local status.showUntrackedFiles no cfg checkout -f 复写 git clone --separate-git-dir= $HOME /.cf