(
self, local_path: str, remote_url: str, branch: str, username: str, password: str, force: bool = False
)
| 38 | |
| 39 | @abstractmethod |
| 40 | def push( |
| 41 | self, local_path: str, remote_url: str, branch: str, username: str, password: str, force: bool = False |
| 42 | ) -> None: ... |
| 43 | |
| 44 | @abstractmethod |
| 45 | def status(self, local_path: str) -> GitStatus: ... |