Git: Add newly made modifications to the last commit
Add the modified file to the staging area:
$ git add modified_file
Amend the last commit with the newly staged file:
$ git commit --amend --no-edit
You’re done.
Git is copyleft-licensed and was first released in 20051.
See also:
- Add forgotten file.s to the last commit
- Edit the last commit message
- Remove a file from the last commit
$ less /usr/share/doc/git/copyright↩︎
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki git