Files
deb-python-pygit2/docs/remotes.rst
2013-12-02 13:40:38 +01:00

24 lines
743 B
ReStructuredText

**********************************************************************
Remotes
**********************************************************************
.. autoattribute:: pygit2.Repository.remotes
.. automethod:: pygit2.Repository.create_remote
The Remote type
====================
.. autoattribute:: pygit2.Remote.name
.. autoattribute:: pygit2.Remote.url
.. autoattribute:: pygit2.Remote.refspec_count
.. automethod:: pygit2.Remote.get_push_refspec
.. automethod:: pygit2.Remote.get_pull_refspec
.. automethod:: pygit2.Remote.set_push_refspec
.. automethod:: pygit2.Remote.set_pull_refspec
.. automethod:: pygit2.Remote.get_refspec
.. automethod:: pygit2.Remote.fetch
.. automethod:: pygit2.Remote.push
.. automethod:: pygit2.Remote.save