DEV Community

Discussion on: What is your favourite git merge tool/strategy?

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

VSCode's built in git isn't that great if you ask me. I like selective staging where I can stage/unstage particular line(s), which isn't supported by VSCode. Also, you cannot use keyboard in their staging area, which is very much bad experience for me.

Maybe we all should pool in and port the Atom's git integration to VSCode so we'll have the perfect editor of all time.

Collapse
 
mahlongumbs profile image
Mahlon Gumbs

You can stage/unstage particular lines with VSCode. I do it all the time. Only rule is that the lines must be consecutive.