Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>哈啰开发助手New to Visual Studio Code? Get it now.
哈啰开发助手

哈啰开发助手

JohnnyCage

|
15 installs
| (0) | Free
支持WebApp、H5应用一键部署到fat/uat环境、合并到指定分支等
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

哈啰开发助手

功能

点击右下角“哈啰“字样按钮,在弹出的菜单中选择需要的功能:

  • 一键发布到fat/uat环境
  • 查看各环境发布详情
  • 打开发布系统
  • 发布其他分支
  • 合并到指定分支
  • 退出登录

使用说明

  1. 一键发布到fat/uat功能优先读取本地当前分支,如果本地分支未推到远端,则默认选择远端最新的分支;
  2. 合并到指定分支操作等价于:git fetch --prune && git checkout ${targetBranch} && git merge ${currentBranch} --no-edit && git push origin ${targetBranch} && git checkout ${currentBranch}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft