Editing the Last Commit

git reset HEAD~
# add only the wanted file
# or use interactive add to add some portions of the file
git add awesome_changes.txt
git commitLast updated

git reset HEAD~
# add only the wanted file
# or use interactive add to add some portions of the file
git add awesome_changes.txt
git commitLast updated