Skip to content

Instantly share code, notes, and snippets.

@MrChrisWeinert
Created July 29, 2020 16:22
Show Gist options
  • Save MrChrisWeinert/31782d95ef12a8dafa3788b6e84e85cb to your computer and use it in GitHub Desktop.
Save MrChrisWeinert/31782d95ef12a8dafa3788b6e84e85cb to your computer and use it in GitHub Desktop.
Use this code to clone an existing Bitbucket repo into a temporary folder and push it to Azure DevOps
mkdir Codeios
cd Codeios/
git clone --bare http://chrisweinert@bitbucket.servername.com:1234/scm/somename/ios.git
cd ios.git/
git lfs fetch --all
git push --mirror https://companyname@dev.azure.com/companyname/Mobile/_git/ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment