Returns SHA1 hash of the new commit
(self, local_path: str, username: str, email: str, message: str)
| 32 | |
| 33 | @abstractmethod |
| 34 | def commit(self, local_path: str, username: str, email: str, message: str) -> str: |
| 35 | """ |
| 36 | Returns SHA1 hash of the new commit |
| 37 | """ |
| 38 | |
| 39 | @abstractmethod |
| 40 | def push( |
no outgoing calls
no test coverage detected