Skip to content
Snippets Groups Projects

Add pipeline updates into MultiQC dev branch

Closed BIOPZ-Bak Maciej requested to merge master into MultiQC

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Merge these changes into your branch locally with something like this:

    # make sure your local repo has the latest changes
    git checkout master 
    git pull origin master 
    # go to your feature branch and merge the latest changes from master in
    git checkout <YOUR_FEATURE_BRANCH>
    git merge master

    Follow the on-screen instructions to resolve conflicts, if there are any. Afterwards continue working normally and eventually push your changes.

    Edited by Alex Kanitz
Please register or sign in to reply
Loading