8 lines
197 B
Markdown
8 lines
197 B
Markdown
* 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)
|
|
```
|