Latest agenda updates
Updated agenda, fixing timing errors and a couple of links. Also made it more readable.
CD, please check it looks OK and then merge to Master, check that it builds and updates the site.
Thanks.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://gitlab.ebi.ac.uk/wildish/tsi-ccdoc.git" "latest" git checkout -b "wildish/tsi-ccdoc-latest" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "latest" git merge --no-ff "wildish/tsi-ccdoc-latest"
Step 4. Push the result of the merge to GitLab
git push origin "latest"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
Updated agenda, fixing timing errors and a couple of links. Also made it more readable.
CD, please check it looks OK and then merge to Master, check that it builds and updates the site.
Thanks.
This will create a new commit in order to revert the existing changes.