Challenge: Git Stash

Test your understanding of "Git stashing" by completing the following challenge.

We'll cover the following

Problem statement#

Stash several changes and then re-apply them in a different order, ending up with an empty stash list.

Terminal 1
Terminal

Click to Connect...

Solution#

Click the “Show Solution” button to learn about the solution.

Choosing Your Stash
Introduction: Git Add Interactive
Mark as Completed
Report an Issue