Reset feature branch to master

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

1 Like