Git - Collaboration Workflows
After receiving feedback, you amend your last commit with:
What happens when you run this?
git commit --amend -m 'Update fix as per review'
What happens when you run this?
