...

/

Branching with VS Code

Branching with VS Code

Learn how to create a branch using VS Code.

We'll cover the following...

Creating a develop branch using VS Code

Now that the GitHub repo is cloned to your local desktop and you’ve made the first commit, you can start writing some code! Before writing the code though, you should always create a branch. ...