Git by Patrik

Add changes to latest commit

I want to add changes to the latest (local not-synced) commit

git commit -m "Updated message" --amend # or
git commit --amend

Comments