forked from adamm/git-importer
Push to the remote when the repo changed
This commit is contained in:
@@ -84,6 +84,8 @@ class GitExporter:
|
||||
logging.debug(f"Committing {flat}")
|
||||
self.commit_flat(flat, branch_state)
|
||||
|
||||
self.git.push()
|
||||
|
||||
def run_gc(self):
|
||||
self.gc_cnt = self.gc_interval
|
||||
self.git.gc()
|
||||
|
Reference in New Issue
Block a user