Skip to main content

Module ops

Module ops 

Source
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.