Skip to content

Instantly share code, notes, and snippets.

View Ranteengineer's full-sized avatar

Olu Dare Ranteengineer

View GitHub Profile
@Ranteengineer
Ranteengineer / sync-github-to-bitbucket.md
Created October 24, 2022 19:57 — forked from derick-montague/sync-github-to-bitbucket.md
Sync github repo to bitbucket repo

Set up remotes

setup local repo

mkdir myrepository
cd myrepository
git init

add bitbucket remote as "origin"

@Ranteengineer
Ranteengineer / sync-github-to-bitbucket.md
Created October 24, 2022 19:57 — forked from derick-montague/sync-github-to-bitbucket.md
Sync github repo to bitbucket repo

Set up remotes

setup local repo

mkdir myrepository
cd myrepository
git init

add bitbucket remote as "origin"