From e95da2e3180273c185530905741bda463e7c753a Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Thu, 12 Oct 2023 06:35:23 -0500 Subject: [PATCH] Feedback: Use GH Markdown note syntax for visibility Co-authored-by: Richard North --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c91b6cc..28287f3 100644 --- a/README.md +++ b/README.md @@ -127,13 +127,14 @@ You may wish to skip the fork and work on the upstream repository branch directl > omit the `--no-fork` flag and let all the repositories be forked. > For now, it's an all-or-nothing scenario. -Repositories are cloned with the git flag `--depth=1`. -If you need the full commit history and tags, you can run the following command -after running `turbolift clone`: - -```shell -turbolift foreach git fetch --unshallow --tags -``` +> **Note** +> Repositories are cloned with the git flag `--depth=1`. +> If you need the full commit history and tags, you can run the following command +> after running `turbolift clone`: +> +> ```shell +> turbolift foreach git fetch --unshallow --tags +> ``` ### Making changes