class documentation
A Git stash.
Note that this doesn't currently update the working tree.
| Class Method | from |
Create a new stash from a Repo object. |
| Method | __getitem__ |
Get stash entry by index. |
| Method | __init__ |
Initialize Stash. |
| Method | __len__ |
Return number of stash entries. |
| Method | drop |
Drop entry with specified index. |
| Method | pop |
Pop a stash entry and apply its changes. |
| Method | push |
Create a new stash. |
| Method | stashes |
Get list of stash entries. |
| Instance Variable | _ref |
Undocumented |
| Instance Variable | _repo |
Undocumented |
| Property | _reflog |
Undocumented |