From b7528a72eab9ed1170da60c6c5078b282b801974 Mon Sep 17 00:00:00 2001 From: y3owk1n Date: Sat, 6 Jan 2024 16:20:00 +0800 Subject: [PATCH] chore: update readme to support --bare for gclx --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 46a34d1..3023795 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,12 @@ or gclx https://github.com/owner/repo.git ``` +We support `--bare` flag for worktree users. + +```fish +gclx --bare owner/repo +``` + ### 2. `mkdirx` - Create Directory and Change Directory The `mkdirx` function combines creating a directory and changing into it in a single command, streamlining your workflow.