@@ -4,6 +4,8 @@
要求当前项目,根目录存在 .git 文件夹,也就是说项目通过 git 进行管理
+> 因为执行 git 命令需要当前目录是 git 仓库,所以要求当前项目存在 .git
+
为 Unreal 项目提供 clone 和 update 操作脚本
命令行 `node UpdateGitRep.js update`