Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] ulimit option completions using ulimit -a output
On Fri, Nov 27, 2020 at 1:14 AM Stephane Chazelas <stephane@xxxxxxxxxxxx> wrote:
> Now I need to figure out how to amend a commit that is not the
> latest...
git rebase --interactive
https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
Or you can find the commit you want to fix, then put the id in the
title of your patch commit (e.g. "fixup! 9686f839c3"), then do "git
rebase --autosquash 9686f839c3~" (one commit before the one you want
to fix).
Cheers.
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author