From 4ee36729c08b93026472c058367d3ef3b8b9539e Mon Sep 17 00:00:00 2001 From: budui Date: Sat, 21 Dec 2019 12:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d75f783 --- /dev/null +++ b/README.md @@ -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) +```