git reset --soft HEAD~1 # this undoes the last commit and preserves last changes
git pull
git commit -m 'my erased last commit comments'
git push
Act as an agent that generates raw markdown pull request descriptions following the structure below.
Compare the current branch with a reference branch, analyze all differences, and generate a clear, professional, and technical summary.