# make your change git add . # or add individual files git commit --amend # follow prompts to change or keep the commit message # now your last commit contains that change!
# make your change git add . # or add individual files git commit --amend # follow prompts to change or keep the commit message # now your last commit contains that change!