GitHelper is a plugin for JetBrains IDEs, such as IntelliJ IDEA, that enables Git or GitLab operations on multiple repositories simultaneously.
- Supports checking out the same branch for multiple local or remote repositories simultaneously.
- Supports deleting branches for multiple local or remote repositories simultaneously.
- Supports cloning multiple repositories from GitLab simultaneously.
- Supports creating Gitlab merge requests for the same branch across multiple repositories simultaneously.
- Supports closing Gitlab merge requests for multiple repositories simultaneously.
- Supports merging Gitlab merge requests for multiple repositories simultaneously.
- Supports tagging multiple GitLab repositories with the same tag simultaneously.
- Configure Gitlab server in Settings -> Version Control -> GitHelper.
- Use batch operations in top menu Git -> GitLab.
- Or in git menu of right mouse button.[Create Merge Request..., Merge Request...],supports select multiple projects.
- 支持从本地、远程同时为多个项目checkout同一分支。
- 支持从本地、远程同时为多个项目删除同一分支。
- 支持从GitLab同时clone多个项目。
- 支持同时为多个项目创建相同分支的GitLab合并请求。
- 支持同时关闭多个项目的GitLab合并请求。
- 支持同时合并多个项目的GitLab合并请求。
- 支持同时为多个Gitlab项目创建相同的标签。
- 在Settings -> Version Control-> GitHelper中配置
- 顶部菜单Git -> GitLab中使用
- 或选中多个项目,在右键git菜单中(Create Merge Request...,Merge Request...)
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "GitHelper" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...