Oh shit, I committed and immediately realized I need to make one small 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!