ScriptGitRemote¶
- class ScriptGitRemote.ScriptGitRemote¶
- Bases: - AbstractScriptGitElementWrapper class around _3S.CoDeSys.Git.GitIntegration.IGitRemote.- __str__() str¶
- see “git remote -v” command
 - __eq__(other: ScriptGitRemote) bool¶
- Python magic method __eq__
 - __ne__(other: ScriptGitRemote) bool¶
- Python magic method __ne__
 - __hash__() int¶
- Python magic method __hash__
 - property name: str¶
- Name of the remote (alias).
 - property url: str¶
- URL of the remote.