Hi,
if you change history of your local branch that is already pushed to remote, you need to force push to rewrite the histore in the remote.
git push --force
Hi,
if you change history of your local branch that is already pushed to remote, you need to force push to rewrite the histore in the remote.
git push --force