class documentation
class Stash(object):
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__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __len__ |
Undocumented |
Method | drop |
Drop entry with specified index. |
Method | pop |
Undocumented |
Method | push |
Create a new stash. |
Method | stashes |
Undocumented |
Instance Variable | _ref |
Undocumented |
Instance Variable | _repo |
Undocumented |
Property | _reflog |
Undocumented |