DEV Community

Code Something
Code Something

Posted on

Learn Git In VSCode

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. So I can understand that.

Still it's best to learn it now. Both on the command line and in VSCode's version control tab (perhaps the easiest way.)

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.)

You can also subscribe to Web Development Tutorials on YouTube (Semicolon Tutorials) to see more videos like this published every week or so on VSCode, Python, JavaScript, etc.

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

Top comments (0)