git checkout sha

This commit is contained in:
Piotr Dec 2025-11-03 22:20:24 +01:00
parent 3dc27cc868
commit 8ca668f07e
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -27,4 +27,5 @@ class GitService:
return Repo(config.path) return Repo(config.path)
def checkout(self, sha: str): def checkout(self, sha: str):
pass self._origin.fetch()
self._repo.git.checkout(sha)