Git CLI #3: How to create your first GitHub Branch

Published: 03 August 2024
on channel: Random code
244
3

We are now able to create git branches and we have some basic commands to keep in mind:

Seeing local branches: `git branch`
Creating a new branch: `git checkout -b "branch name"`
switch to branch: `git checkout "branch name"`

Welcome to my programming and software engineering channel! You'll find various videos on Java, Python and Docker topics here. Whether you're a beginner looking to learn a new language or an experienced developer looking to stay up-to-date with the latest trends, my channel has something for everyone. Join me on this journey, and let's learn together!

Don't forget to subscribe to stay up-to-date with all of my latest videos:    / @randomcode_0