// Go to the main branch you want the side branch to be merged to
git checkout <Main branch name>
// Merge your side branch
git merge <Side branch name>
git checkout [BRANCH]
git branch master [BRANCH] -f
git checkout master
git push origin master -f