On Wednesday, 30 August 2017 at 15:27:43 UTC, b4s1L3 wrote:
On Wednesday, 30 August 2017 at 11:28:35 UTC, Anonymouse wrote:
Dutyl[3] seems much more interesting but also more daunting, considering that my vim knowledge so far largely consists of :wq and :q!.

Yeah, haha, that's the basic command you need to know when the time comes to rebase a git branch in console mode.

You can use any editor you want for git interactive rebase, or any other git command that needs an editor. Vi(m) is just the default if you haven't configured core.editor. For more info see: https://git-scm.com/book/tr/v2/Customizing-Git-Git-Configuration

Reply via email to