deb-python-pygit2/docs/remotes.rst
Fraser Tweedale 134d87ab2a implement push support
Implement push support via Remote.push which is called with a single
refspec and raises GitError (with an appropriate message where
possible) if the push fails.

Note that local push to non-bare repository is currently not
supported by libgit2.
2013-08-30 17:42:24 +10:00

555 B

Remotes

pygit2.Repository.remotes

pygit2.Repository.create_remote

The Remote type

pygit2.Remote.name

pygit2.Remote.url

pygit2.Remote.refspec_count

pygit2.Remote.get_refspec

pygit2.Remote.fetch

pygit2.Remote.push

pygit2.Remote.save