``` git pull --rebase main ```
And then push the changes with `git push origin HEAD`. Pushing with `--force-with-rebase` won't save me from this.
I usually never rebase a shared branch.
``` git pull --rebase main ```
And then push the changes with `git push origin HEAD`. Pushing with `--force-with-rebase` won't save me from this.
I usually never rebase a shared branch.