
Company News
Meet the Socket Team at RSAC and BSidesSF 2026
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.
bitbucket-to-gerrit
Advanced tools
Migrate your BitBucket git repositories to Gerrit in a blink.
npx bitbucket-to-gerrit --help
Usage: bitbucket-to-gerrit [options]
Options:
-b, --bitbucket-url <url> Bitbucket url
-u, --bitbucket-username <username> Bitbucket username
-p, --bitbucket-password <password> Bitbucket password
-e, --bitbucket-repositories-to-exclude [name] Bitbucket repositories to exclude
-i, --bitbucket-repositories-to-include [name] Bitbucket repositories to include
-g, --gerrit-url <url> Gerrit url
-U, --gerrit-username <username> Gerrit username
-P, --gerrit-password <password> Gerrit password
-X, --gerrit-parent <parent> Gerrit parent project
-h, --help output usage information
npx bitbucket-to-gerrit \
-b "https://bitbucket.doe.com" -u bitbucketuser -p bitbucketpassword \
-g "https://gerrit.doe.com" -U gerrituser -P gerritpassword
Migrate all repositories except first-repo-to-exclude and second-repo-to-exclude:
npx bitbucket-to-gerrit \
-b "https://bitbucket.foo.com" -u bitbucketuser -p bitbucketpassword \
-g "https://gerrit.foo.com" -U gerrituser -P gerritpassword \
-e first-repo-to-exclude -e second-repo-to-exclude
Migrate only repositories first-repo-to-include and second-repo-to-include:
npx bitbucket-to-gerrit \
-b "https://bitbucket.foo.com" -u bitbucketuser -p bitbucketpassword \
-g "https://gerrit.foo.com" -U gerrituser -P gerritpassword \
-i first-repo-to-include -i second-repo-to-include
FAQs
Bitbucket to Gerrit migrator
The npm package bitbucket-to-gerrit receives a total of 1 weekly downloads. As such, bitbucket-to-gerrit popularity was classified as not popular.
We found that bitbucket-to-gerrit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.

Research
/Security News
Malicious Packagist packages disguised as Laravel utilities install an encrypted PHP RAT via Composer dependencies, enabling remote access and C2 callbacks.

Research
/Security News
OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection and potential data exfiltration.