DEV Community

Cover image for The best VS Code extensions to supercharge Git (yes, there’s more than GitLens!)

The best VS Code extensions to supercharge Git (yes, there’s more than GitLens!)

Jamie Swift on July 06, 2021

Yes, I know, we should all be terminal ninjas, memorising every git command yadda yadda. Or, like the caveman, we could put two sticks together (or...
Collapse
 
pomber profile image
Rodrigo Pombo

Have you tried Git File History?
demo

Collapse
 
sirmong profile image
Klim

Looks awesome! Already installing!

Collapse
 
jamieswift90 profile image
Jamie Swift

Look interesting, will check it out! Thanks!

Collapse
 
kmf profile image
Karl Fischer

Wow!

Collapse
 
tqbit profile image
tq-bit

Love the meme in the end. 2 years into more serious coding and the first attempt is usually still incorrect

Collapse
 
jamieswift90 profile image
Jamie Swift

Haha, happens to everyone!

Collapse
 
abdel40239j profile image
Abdelkoddous

I love Git Graph.. but git lens is more useful when searching for a specific commit, like from blame or file history. I only wish there was a way to open a commit from git lens into git Graph.. or maybe git graph could open a commit given its hash

Collapse
 
mrwormhole profile image
Talha Altınel

Love the meme at the end :D but you forgot to include this one which I somehow installed it a year ago. Not sure if anyone uses it including me :D

GitHub Pull Requests and Issues: marketplace.visualstudio.com/items...

Collapse
 
victoreke profile image
Victor Eke

What a wonderful read, absolutely amazing article. I see git graph becoming popular as well.

Collapse
 
jamieswift90 profile image
Jamie Swift

Thanks, Eke!

Collapse
 
jamieswift90 profile image
Jamie Swift

I appreciate the kind words. Thank you!

Collapse
 
cenacr007_harsh profile image
KUMAR HARSH

I saw one of my online instructors use supercool git features in vs code and forever wanted them, thanks for this article.

Collapse
 
jamieswift90 profile image
Jamie Swift

Happy to hear that! Thanks for the feedback, Kumar :)

Collapse
 
marflage profile image
Marflage

Thank you so much for compiling this list. These surely will boost things up.

Collapse
 
jamieswift90 profile image
Jamie Swift

Thank you and good luck!

Collapse
 
freddycoen profile image
FriedrichCoen

Love the innovation around git workflows

Collapse
 
jamieswift90 profile image
Jamie Swift

Thanks, Fred!

Collapse
 
bmartin profile image
Ben Martin

Magit! Really great productivity tool. Great for intentionally staging work, including line-by-line:

marketplace.visualstudio.com/items...

Collapse
 
jamieswift90 profile image
Jamie Swift

Thanks for the suggestion, Ben!

Collapse
 
sardiusjay profile image
SardiusJay

Nice one, thanks for the update

Collapse
 
gleisser profile image
Gleisser

I loved the Git Graph it was exactly what I was looking for

Collapse
 
jamieswift90 profile image
Jamie Swift

Awesome! I am glad you find the article useful!

Collapse
 
mariog8 profile image
Mario Golik

Git Graph 😎💪
Very helpful and easy to use. A must have!

Collapse
 
steakeye profile image
Andrew Keats

Some great Git based productivity tools! Love these!

Collapse
 
jamieswift90 profile image
Jamie Swift • Edited

Thanks Andrew, appreciate that!

Collapse
 
codeofarmz profile image
codeOfArmz

new to vscode. is there any extension to help with partial commits (-p) and rebase -i?

Collapse
 
darthwalsh profile image
Carl Walsh

Tree compare against origin is great! I have gitlens, and it's already either a feature of that or built-in to vscode? I have to click refresh occasionally though; I wish it updated live.