How to combine multiple stashes in git
This is a pipeline on branch frontend over the last two weeks. | Stash@{3} is all code since Stash@{1} (excluding the two tiny commits) | Tiny Commit | Tiny commit | Huge bulk commit two weeks ago, now rebased and moved to Stash@{1} My working tree is currently clean. Stash@{1} is the contents from a bulk commit of general development code two weeks ago (this should have been stashed in the first place). This commit was undone and moved to stash. Stash@{3} is the newest work on that tree since Stash@{1} (minus a couple of changes that have been committed). I need to combine these two stashes