Expand description
Stash operations โ list, save, pop, and drop stash entries.
Functionsยง
- list_
stashes - List all stash entries in the repository.
- stash_
drop - Drop (delete) a stash entry by its zero-based index without applying it.
- stash_
pop - Pop (apply + drop) a stash entry by its zero-based index.
- stash_
save - Save the current working directory and index state as a new stash entry.