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.
Solution#
Click the “Show Solution” button to learn about the solution.
Choosing Your Stash
Introduction: Git Add Interactive
Mark as Completed
Report an Issue