class documentation

class GitRemote(object):

View In Hierarchy

Class representing a remote repository

Method __init__ Undocumented
Method __str__ Undocumented
Property fetch_url Fetch URL
Property name Name of the remote
Property push_urls List of push URLs
Instance Variable _fetch_url Undocumented
Instance Variable _name Undocumented
Instance Variable _push_urls Undocumented
def __init__(self, name, fetch_url, push_urls):

Undocumented

def __str__(self):

Undocumented

@property
fetch_url =

Fetch URL

@property
name =

Name of the remote

@property
push_urls =

List of push URLs

_fetch_url =

Undocumented

_name =

Undocumented

_push_urls =

Undocumented