# Git to git Migration with history git clone git branch -a git checkout branch-name git fetch --tags git remote rm origin git remote add origin git push origin --all git push --tags