From d022c5a90e4b18737bf4aafe96e861f5451509c6 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 27 Sep 2020 21:01:25 -0400 Subject: [PATCH] doc: Fix README installation instructions The showUntracked was only needed before I put the '*' in ~/.gitignore --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dd05f67..776acbb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ This all said, to set up a new machine I run: ```sh $ git clone --bare https://github.com/akarle/dotfiles ~/.cfg -$ git -C ~/.cfg config status.showUntrackedFiles no -$ alias cfg='git --git-dir=$HOME/.cfg --work-tree=$HOME' +$ alias cfg='git --git-dir=$HOME/.cfg --work-tree=$HOME' # one time only $ cfg checkout # resolve any conflicts from existing files... ``` -- libgit2 0.28.4