Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 554 Bytes

File metadata and controls

16 lines (9 loc) · 554 Bytes

Apply Specific Stash from Multiple Stashes

Company: UBS | Difficulty: Easy


Scenario

You have multiple work-in-progress states saved in your Git stash stack and need to retrieve code from an older snapshot.

Task

Navigate to /home/interview/repo. Identify the third stash in the list, preview its contents, and apply it to your current working directory without removing it from the stack.


📹 Video Solution