Learn VSCode Git -- Sooner Than Later

Learn VSCode Git -- Sooner Than Later

Hey it's finally time to learn git on command line as well as in Visual Studio Code using its built-in UI for version control (no extensions needed!)

·

2 min read

Table of contents

No heading

No headings in the article.

I get that you've been looking to learn git but haven't had the time. And to be honest it feels pointless to try using git without working on an actual project.

Still...it's important to know not just VSCode's Git extension (or rather built-in version control tab) but also how to use git on command line (same thing as VSCode terminal) which is one the most important skills you should have as a web developer.

So what are we going to learn in this vscode git tutorial?

This tutorial will show you how to commit, push, resolve merge conflicts (briefly) and reset HEAD (go to the state your code was in one of the previous commits.)

Having said this I recorded this SHORT video tutorial that walks you through the process in Visual Studio Code.

If you still don't know Git it's really worth going through this video to avoid any regrets later, especially after you're hired at your first job 🙂

Chapters In This Video