This commit is contained in:
Michael Jerger 2023-06-28 08:23:03 +02:00
parent a94ac66079
commit e0239d7f08

View file

@ -197,7 +197,7 @@ class GitApi:
def push(self):
return self.execution_api.execute("git push")
def push_follow_tags(self):
return self.execution_api.execute("git push --follow-tags")