WEEK 7 · LESSON 6 · TOPIC 4 OF 8 · Practical Application

Practical Application

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

A basic branch workflow is:

  1. Start from the branch whose current state should be copied.
  2. Create the new branch.
  3. Switch to it.
  4. Make changes.
  5. Stage and commit those changes on that branch.
  6. Switch back to main to confirm that the branch work remains isolated.