Skip to content

Commit 453fd8a

Browse files
committed
Add docs
1 parent 630d905 commit 453fd8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/working-copy.rst

+8
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ Lower level API:
7171
.. automethod:: pygit2.Repository.checkout_head
7272
.. automethod:: pygit2.Repository.checkout_tree
7373
.. automethod:: pygit2.Repository.checkout_index
74+
75+
Stash
76+
====================
77+
78+
.. automethod:: pygit2.Repository.stash
79+
.. automethod:: pygit2.Repository.stash_apply
80+
.. automethod:: pygit2.Repository.stash_drop
81+
.. automethod:: pygit2.Repository.stash_pop

0 commit comments

Comments
 (0)