We will use $ git commit --amend
here in different ways...
Fixup last commit whithout changing comment:
Git
$ git commit -m 'initial commit'
# added forgotten_config_file
# Do this:
$ git commit -a --amend --no-edit
U'll get only one commit with unchanged commit message and last changes ammended