August 22, 2023

Remove a file from the last commit

Run:

$ git reset --soft HEAD^

Unstage the file that should be removed from the commit:

$ git restore --staged file

Commit again:

$ git commit -m "Message of the commit"

You are done.

Git is copyleft-licensed and was first released in 20051.

See also:


  1. $ less /usr/share/doc/git/copyright↩︎


personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki git

No affiliate links, no analytics, no tracking, no cookies. © 2016-2023 yctct.com. Content is licensed under CC BY-NC-SA 4.0 .