mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-05-24 17:34:00 +00:00
little fix
This commit is contained in:
parent
847cd20cac
commit
9408628f63
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
## 🎉 News
|
## 🎉 News
|
||||||
|
|
||||||
* **September 25th, 2023: The **Git** feature is now available**, enabling the programmer <img src='online_log/static/figures/programmer.png' height=20> 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 <img src='online_log/static/figures/programmer.png' height=20> 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).
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src='./misc/github.png' width=600>
|
<img src='./misc/github.png' width=600>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
2
wiki.md
2
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``.
|
- Complete ``ArtIntegration`` phase, with a commit message ``Finish Art Integration``.
|
||||||
- All phases completed, with a commit message ``Final Version``.
|
- 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.
|
- On the terminal and online log UI you can see the git summary at the end of process.
|
||||||
- <img src='misc/git_summary_terminal.png' height=400> <img src='misc/git_summary_onlinelog.png' height=400>
|
- <img src='misc/git_summary_terminal.png' height=250> <img src='misc/git_summary_onlinelog.png' height=250>
|
||||||
- You can also search ``git Information`` in the log file to see when did commit happen.
|
- 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:
|
- ⚠️ 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.
|
- 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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user