Editor recommendations for new users.

via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 30 08:51:02 PDT 2017


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


More information about the Digitalmars-d mailing list