MCPcopy Create free account
hub / github.com/amyasnikov/validity / push

Method push

validity/integrations/git.py:40–42  ·  view source on GitHub ↗
(
        self, local_path: str, remote_url: str, branch: str, username: str, password: str, force: bool = False
    )

Source from the content-addressed store, hash-verified

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: ...

Callers 3

prism.jsFile · 0.45
uploadMethod · 0.45
pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected