Skip to content

Commit

Permalink
Feedback: Use GH Markdown note syntax for visibility
Browse files Browse the repository at this point in the history
Co-authored-by: Richard North <rich.north@gmail.com>
  • Loading branch information
kurtmckee and rnorth authored Oct 12, 2023
1 parent 3c404c2 commit e95da2e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e95da2e

Please sign in to comment.