From 56cb8f59aba3a7f26b33f6641985eb27c1d6fe13 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 11 Aug 2014 16:19:13 +0200 Subject: [PATCH] Reverted worktree, we will use symlinks --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2c2f44..f3665e2 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ After having my homedirs in subversion for years, move to Git. ``` mkdir ~/.dot -clone --no-checkout -git config core.worktree="../../../" -git checkout master -cd -sh install.sh +cd ~/.dot +clone +cd dotfiles # this takes you to the freshly cloned ~/.dot/dotfiles +sh install.sh # install the files in the homedir ``` # Fix for shift+F6 in tmux (and screen probably)