class documentation
class GitRemote(object):
Class representing a remote repository
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Property | fetch |
Fetch URL |
Property | name |
Name of the remote |
Property | push |
List of push URLs |
Instance Variable | _fetch |
Undocumented |
Instance Variable | _name |
Undocumented |
Instance Variable | _push |
Undocumented |