mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 20:03:28 +02:00
feat: git archive
This commit is contained in:
parent
45be71d9bf
commit
938fa8a446
2 changed files with 3 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ class GitRepository:
|
|||
|
||||
:param comments: Comments for the archive commit.
|
||||
"""
|
||||
logger.info(f"Archive: {[list(self.changed_files.keys())]}")
|
||||
self.add_change(self.changed_files)
|
||||
self.commit(comments)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue