Features
- Create Merge Requests directly from VS Code and open it in browser.
- Uses git CLI, no API tokens needed.
- Supports multi-root workspace.
Usage
- Open the Source Control view in VS Code.
- Click the "GitLab MR Flow: Create Merge Request" button in the title bar.
- The extension will
- merge the HEAD of the default branch from remote with the current feature branch
- create the MR
- open it in browser where you can customize other options such as squash etc.
- switch from local feature branch to the default branch
- Now you can manually delete the feature branch, if wanted.
| |