Skip to content

Instantly share code, notes, and snippets.

@tur0o
Created January 4, 2021 13:50
Show Gist options
  • Save tur0o/bbe879389dea81f2b8ec47a8856be475 to your computer and use it in GitHub Desktop.
Save tur0o/bbe879389dea81f2b8ec47a8856be475 to your computer and use it in GitHub Desktop.
File to make mirroring between Bitbucket and Github
clone:
depth: full
pipelines:
default:
- step:
script:
- git push --prune git@github.com:GITHUB_USERNAME/GITHUB_PROJECT.git
+refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment