--- stage: Create group: Code Review info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- # `glab repo mirror` Mirror a project/repository to the specified location using pull or push method. ```plaintext glab repo mirror [ID | URL | PATH] [flags] ``` ## Options ```plaintext --allow-divergence Determines if divergent refs are skipped. --direction string Mirror direction (default "pull") --enabled Determines if the mirror is enabled. (default true) --protected-branches-only Determines if only protected branches are mirrored. --url string The target URL to which the repository is mirrored. ``` ## Options inherited from parent commands ```plaintext --help Show help for command ```