Loading
feat: Ask to push branch before creating MR
Description
This adds a new dialog screen when Create MR is pressed while the branch has not been pushed to GitLab yet.
Related Issues
Resolves #2212 (closed)
How has this been tested?
- Open a GitLab project in VS Code
- Create a new branch
- Make a commit
- Press Create MR to see the alert
- Create another branch
- Change some files without committing
- Press Create MR to see a different version of the alert
Screenshots (if appropriate)
Dialog when repository is clean
Dialog when repository has uncommitted changes
What CHANGELOG entry will this MR create?
-
fix:Bug fix fixes - a user-facing issue in production - included in changelog -
feature:New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog - None - other non-user-facing changes

