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
+4-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
## Installation
12
12
13
13
- Install the `gh` CLI. See [https://github.com/cli/cli#installation](https://github.com/cli/cli#installation) for further details.
14
-
- If not done already, also install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) of course.
14
+
- If not done already, also install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
15
15
- To be able to clone private repos you have access to inside the Organization, authenticate with your GitHub account by running `gh auth login`. Alternatively, the CLI will respect the `GITHUB_TOKEN`[environment variable](https://cli.github.com/manual/gh_help_environment).
16
16
- Install the extension:
17
17
@@ -31,6 +31,9 @@ Options:
31
31
-dry-run
32
32
dry run mode. to display the repositories that will get cloned or updated,
33
33
without actually performing those actions
34
+
-force
35
+
whether to force sync repositories.
36
+
Caution: this will hard-reset the branch of the destination repository to match the source repository.
0 commit comments