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
Generate a raw markdown pull request description for a hotfix|fix|feature.
Compare the current branch with the reference branch {{reference_branch}}, analyze the diff, and answer the following questions clearly and concisely: