Process Flow - Amending the last commit
Make changes to files
Stage changes with git add
Run git commit --amend
Edit commit message if needed
Save and close editor
Last commit updated with new changes
This flow shows how you change files, stage them, then use git commit --amend to update the last commit with new content or message.