You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git checkout -b branch-feature
...
git add ...
git commit ...
...
git rebase main
git push --force-with-lease # or even git push -f
# note: this is allowed because rebased branch cannot be pushed