WEEK 7 · LESSON 9 · TOPIC 1 OF 10 · Core Idea

Core Idea

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Git stash temporarily sets aside uncommitted work so that you can switch tasks or branches without committing incomplete changes or discarding them.

It solves a specific interruption problem: the current work is valuable, but it is not ready to become a commit, and another branch needs immediate attention.