Getting Started with Git

Aug 14 2023 · git 2.28, console

Part 1: Getting Started with Git

04. Create a Branch

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 03. Clone a Repository Next episode: 05. Merge Changes

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You’re accessing parts of this content for free, with some sections shown as obfuscated text.

Heads up... You’re accessing parts of this content for free, with some sections shown as obfuscated text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Now you know how to create a repository, clone a repository, and commit changes to that repository. If you remember from the Google Docs example, we eventually ran into a scenario where one user restored to a previous version of the document and ended up clobbering the changes the other user was working on. This would also happen if, on our Recipes Book project, both users end up committing to the same main branch over and over into the same files.