how to make chnages in the existing commit? code example
Example 1: git amend
git commit --amend
Example 2: add change to last commit
$ (some_branch) git commit --amend
git commit --amend
$ (some_branch) git commit --amend