Skip to content

Instantly share code, notes, and snippets.

View jorendemaeyer1996's full-sized avatar

Joren De Maeyer jorendemaeyer1996

View GitHub Profile
@jorendemaeyer1996
jorendemaeyer1996 / gh-migration.sh
Last active October 18, 2023 22:54
Migrate bitbucket repositories to github
#!/bin/bash
# Define an array of Bitbucket repository URLs (SSH)
# Example: git@bitbucket.org:org/repo-name.git
bitbucket_repos=(
"1"
"2"
"3"
)