git remote add upstream git@github.com:vibeui/vibeui.git
git fetch upstream --prune
git rebase upstream/main
git push --force-with-lease