You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-12
Original file line number
Diff line number
Diff line change
@@ -123,18 +123,7 @@ turbolift foreach --repos repoFile2.txt sed 's/pattern2/replacement2/g'
123
123
This creates a fork and clones all repositories listed in the `repos.txt` file into the `work` directory.
124
124
You may wish to skip the fork and work on the upstream repository branch directly with the flag `--no-fork`.
125
125
126
-
> NTLD: if one of the repositories in the list requires a fork to create a PR,
127
-
> omit the `--no-fork` flag and let all the repositories be forked.
128
-
> For now, it's an all-or-nothing scenario.
129
-
130
-
> [!NOTE]
131
-
> Repositories are cloned with the git flag `--depth=1`.
132
-
> If you need the full commit history and tags, you can run the following command
133
-
> after running `turbolift clone`:
134
-
>
135
-
> ```shell
136
-
> turbolift foreach git fetch --unshallow --tags
137
-
>```
126
+
> NTLD: if one of the repositories in the list requires a fork to create a PR, omit the `--no-fork` flag and let all the repositories be forked. For now it's a all-or-nothing scenario.
0 commit comments