rt git stash
rt › git › stash
Stash the working tree and manage stashes
Usage
rt git stash
Subcommands
| Command | Description |
|---|---|
push | Stash tracked changes (optionally untracked too) |
list | List stashes |
pop | Apply a stash and drop it (default stash@{0}) |
apply | Apply a stash, keeping it (default stash@{0}) |
drop | Delete a stash |