I know that\'s rewriting of history which is bad yada yada.
But how to permanently remove few commits from remote branch?
git reset --soft commit_id git stash save "message" git reset --hard commit_id git stash apply stash stash@{0} git push --force