Algocraft / Git Commands / git stash
Shelve uncommitted changes onto a stack, get a clean working directory, then bring them back whenever you're ready
pop: re-apply and remove it from the stackapply: re-apply but keep it on the stack toogit stash list shows everything currently shelvedgit stash pop can conflict just like a merge if the branch moved on