添加 'README.md'

This commit is contained in:
budui 2019-12-21 12:10:12 +08:00
parent 18b0173954
commit 4ee36729c0

7
README.md Normal file
View File

@ -0,0 +1,7 @@
* how to restore config?
```bash
git clone --bare ssh://service@git.zmy.pub:20000/budui/Windows10.dotfiles.git .git
git config --local core.bare false
git config --local core.worktree $(pwd)
```