emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Amending commits


From: Gregory Heytings
Subject: Re: Amending commits
Date: Tue, 27 Sep 2022 16:15:23 +0000



The limitation in Git, of course, is that you can only modify the last commit


With git commit --amend you can only modify the last commit, indeed, but you can change earlier commits with git rebase --interactive:

https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#_changing_multiple



reply via email to

[Prev in Thread] Current Thread [Next in Thread]