From 62d3b812f7d26afa6af94944f317b6fd330e3cbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 15 Jun 2010 16:12:13 +0200 Subject: [PATCH] push changes and then tags (like we used to do for svn) --- module-tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/module-tools.py b/module-tools.py index e833cd99..3cc35c2f 100755 --- a/module-tools.py +++ b/module-tools.py @@ -309,6 +309,7 @@ class GitRepository: def commit(self, logfile): self.__run_command_in_repo("git add -A", ignore_errors=True) self.__run_command_in_repo("git commit -F %s" % logfile, ignore_errors=True) + self.__run_command_in_repo("git push") self.__run_command_in_repo("git push --tags") def revert(self): -- 2.47.0