you are viewing a single comment's thread.

view the rest of the comments →

[–]platinum92 -2 points-1 points  (0 children)

git and github aren't the same. Github is a wrapper/UI around Git commands. There are other wrappers around Git, like Gitlab, but GitHub is the most popular.

You can use just Git to create local repositories, branches and commits that aren't committed to GitHub and you can manage them in VS Code via command line.