git checkout release/1.0
git merge release/pedroMerge --strategy-option=theirs
git push origin release/1.0
git clone <bitbucket-repo-url>
Add the GitHub repository as a remote repository for the cloned Bitbucket repository using the git remote add command. For example:
git remote add github https://github.com/johnashu/madnfts-solidity-contracts.git
Fetch the changes from the GitHub repository using the git fetch command with the remote repository name and branch name. For example:
git fetch github main
Checkout the target branch in the Bitbucket repository where you want to merge the changes. For example:
git checkout release/pedroMerge
Merge the changes from the GitHub branch into the Bitbucket branch using the git merge command. For example:
git merge github/main
git merge github/release/1.0
git push origin release/1.0
Fetch the changes from the GitHub repository using the git fetch command with the remote repository name and branch name. For example:
git fetch origin
git fetch github release/1.0
git fetch github main
git fetch github release/1.0
git push github release/1.0
git push github main