Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
Patterns
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • aconnoProducts
  • aconnoLibs
  • Patterns
  • Merge Requests
  • !31

Merged
Opened Aug 07, 2020 by Joshua@Josh
  • Report abuse
Report abuse

Release candidate merge into stable

  • Overview 0
  • Commits 14
  • Changes 13

Initial tagged merge of development branch into stable branch.

To be tagged as v1.0.

Library is actively used in several projects and performs nominally.

Edited Aug 07, 2020 by Hrvoje

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "develop" "origin/develop"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/stable"
git merge --no-ff "develop"

Step 4. Push the result of the merge to GitLab

git push origin "stable"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
MVP
Milestone
MVP
Assign milestone
Time tracking
1
Labels
Critical
Assign labels
  • View project labels
Reference: aconnoProducts/aconnoLibs/Patterns!31

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.