We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630d905 commit 453fd8aCopy full SHA for 453fd8a
docs/working-copy.rst
@@ -71,3 +71,11 @@ Lower level API:
71
.. automethod:: pygit2.Repository.checkout_head
72
.. automethod:: pygit2.Repository.checkout_tree
73
.. 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