Re: git-rebase(1) prior to a PR in in the github.com/freebsd area
- Reply: deleted: "deleted (X-No-Archive)"
- In reply to: Steve O'Hara-Smith : "Re: git-rebase(1) prior to a PR in in the github.com/freebsd area"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Sep 2023 20:18:35 UTC
On 27/08/2023 21:34, Steve O'Hara-Smith wrote: > On Sun, 27 Aug 2023 20:50:56 +0100 > Graham Perrin <grahamperrin@gmail.com> wrote: > >> I did try 'git rebase -i' before my previous post, there was nothing to >> pick (or drop), which is partly why my mind went blank. > Ah try git rebase -i HEAD~<number of commits to go back> Success. Thanks, Steve. Result: % git -C /usr/src log -n 1 commit 9de94bcad3dab199829e2755e816a1b30e23054c (HEAD -> bhyve, origin/bhyve) Author: Graham Perrin <grahamperrin@gmail.com> Date: Sat Aug 19 08:41:09 2023 +0100 lowercase b for bhyve in five files MFC after: 3 days Pull-request: https://github.com/grahamperrin/freebsd-src/pull/3 Closes: https://github.com/grahamperrin/freebsd-src/pull/3 Pull-request: https://github.com/freebsd/freebsd-src/pull/838 Closes: https://github.com/freebsd/freebsd-src/pull/838 Signed-off-by: Graham Perrin <grahamperrin@gmail.com> %