From b868715288c0b1663f8fa0e89ed283f547af6d56 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 23 Jul 2021 18:18:43 +0200 Subject: [PATCH] Update README to use a hidden bare repo This hides the bare repo files in a `.bare` repository. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c47fa..db7846f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,10 @@ installed. This repository does work best with a bare repo. To clone a bare repo, do the following. ```shell -git clone --bare +mkdir myproject +cd myproject +git clone --bare .bare +echo "gitdir: ./.bare" > .git ``` If you do not use a bare repo, using telescope create command will be more helpful in the process of creating a branch.