Skip to content
Snippets Groups Projects
Verified Commit 16044a99 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

updated slides

parent 0b80f275
No related branches found
No related tags found
2 merge requests!100[release] Regular merge of develop,!96add slides for upcoming git training
# R3.school
# Elixir-LU training (R3.school)
## March 30th, 2020
## March 18th, 2021
<div style="top: 6em; left: 0%; position: absolute;">
<img src="theme/img/lcsb_bg.png">
......@@ -14,6 +14,7 @@
<h4>
Laurent Heirendt, Ph.D.<br><br>
laurent.heirendt@uni.lu<br><br>
<i>Luxembourg Centre for Systems Biomedicine</i>
<i>ELIXIR/LU, Luxembourg Centre for Systems Biomedicine</i>
</h4>
</div>
# Merge (pull) requests
# Pull (merge) requests
If you want your changes to be reflected on the `develop` or `master` branches,
**submit a merge request (MR)** via the git-r3lab interface.
**submit a PR** via the Github interface.
Use the **interface** to make use of your peers to review your code!
<img src="slides/img/branch-merge.png" class="branch-merge" height="500em"/>
......
......@@ -5,8 +5,7 @@
Add the `upstream` address (original/protected repository)
```bash
$ URL=ssh://git@git-r3lab-server.uni.lu:8022/R3/school/git/basic-practice-pages.git
$ git remote add upstream $URL
$ git remote add upstream git@github.com:LCSB-BioCore/basic-git-practice.git
```
![bulb](slides/img/bulb.png) Note the change in the URL.
......
......@@ -24,9 +24,11 @@
# References & Cheat sheet
1. Git Book: https://git-scm.com/book/en/v2
[1]: Git Book: https://git-scm.com/book/en/v2
2. Cheat sheet: http://rogerdudler.github.io/git-guide
[2]: GitHub training services: https://services.github.com/training/
[3]: Cheat sheet: http://rogerdudler.github.io/git-guide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment