From 9408628f63247ce5ba3a2f842b3cb13186de75bc Mon Sep 17 00:00:00 2001 From: thinkwee Date: Wed, 25 Oct 2023 19:19:44 +0800 Subject: [PATCH] little fix --- README.md | 2 +- wiki.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aeb6188..86c692ad 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## 🎉 News -* **September 25th, 2023: The **Git** feature is now available**, enabling the programmer to utilize GitHub for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode) and [example](WareHouse/Gomoku_GitMode_20231025184031). +* **September 25th, 2023: The **Git** feature is now available**, enabling the programmer to utilize GitHub for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode).

diff --git a/wiki.md b/wiki.md index 5d92dba7..a723cc65 100644 --- a/wiki.md +++ b/wiki.md @@ -294,7 +294,7 @@ then go to [Local Demo Website](http://127.0.0.1:8000/) to see an online visuali - Complete ``ArtIntegration`` phase, with a commit message ``Finish Art Integration``. - All phases completed, with a commit message ``Final Version``. - On the terminal and online log UI you can see the git summary at the end of process. - -      + -      - You can also search ``git Information`` in the log file to see when did commit happen. - ⚠️ There are a few things worth noting about Git Mode: - ChatDev is a git project, and we need to create another git project in the generated software folder, so we use ``git submodule`` to make this "git over git" function. A ``.gitmodule`` file will be created.