Add pipeline updates into MultiQC dev branch
Merge request reports
Activity
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