DEV Community

Discussion on: GitHub Workflow, Merge and Rebase

Collapse
 
ac000 profile image
Andrew Clayton

So the "thing" with all the tilde's is vim. You can of course have git use any editor of your choosing by setting core.editor (though why you'd not want to use vim is beyond me!)

In a git article targeted at new users, I'd perhaps not mention 'git rebase' or at least enclose it in WARNINGs.

Also, lets not encourage

git commit -m ""

but rather actually writing proper commit messages.

Collapse
 
ifierygod profile image
Goran Kortjie

Thanks, I will right proper commit messages from now on.