add file to previous commit code example
Example 1: git add file to last commit
git add the_left_out_file
git commit --amend --no-edit
Example 2: add change to last commit
$ (some_branch) git commit --amend
Example 3: how to add one more file to my previous commit
git commit --amend