🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Update main/master from origin, rebase current branch on it, resolve conflicts, and push.
Perform a rebase workflow for the current branch:
main
master
git fetch origin
git rebase main
git add
git rebase --continue
git push --force-with-lease
--force-with-lease
--force