不同的release版本之间怎么进行升级 ,有必要升级吗 #6401
nidear1024
started this conversation in
General
Replies: 2 comments
-
是否有必要升级取决于新的功能特性、BUG 修复对你的项目有没有需要。目前没找到官方有提供升级文档,目前我是自己拉分支开发,需要升级时 merge 一下远程仓库新版本。 mark 一下看看其他人有更好的方式没。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
1、使用git命令更新项目:https://doc.vben.pro/guide/other/project-update.html2、使用SourceTree更新项目(MacOS):项目仓库的“文件状态”页面,选择右上角的“设置”就可以看到下图![]() 添加完成远程仓库路径后关闭弹窗,再点击“拉取”就可以看到下图![]() 最后拉取完成之后合并冲突就行了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,如果选择了一个release版本进行开发使用,但是当前项目又有了新的release版本,这时候是否有必要将之前使用中的版本进行升级,有没有升级相关的文档。
Beta Was this translation helpful? Give feedback.
All reactions