Git: Add a forgotten file to the last commit
Add the forgotten file to the staging area:
$ git add forgotten-file
Commit the newly added file to the last commit:
$ git commit --amend --no-edit
You’re done.
Git is copyleft-licensed and was first released in 20051.
See also:
- Add newly made modifications 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