DEV Community

Discussion on: Which git commands do you struggle with?

Collapse
 
jwp profile image
John Peters

Visual Studio Code has a plug-in named GitLens. It is so good that I don't issue git commands any longer.

It includes rebasing,
auto resetting to any commit, changing the head pointer, full Visual commit history with code drill down ability to see modifications. Not to mention syncing, pushes and pulls, commits and branching.

Collapse
 
mondash profile image
Matthew Ondash

Oh for sure! Interactive rebase with GitLens is the bees knees! And managing branches and stashes has never been easier. Pair it with the Git Graph extension and it's a whole new world :D

Collapse
 
jwp profile image
John Peters

It's helped me out of terrible messes I did to my local and remote repos many times.