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

minor changes to text (1)

parent 871be155
No related branches found
No related tags found
2 merge requests!129[release] Regular merge of develop,!126Changes for git part 1
...@@ -20,18 +20,15 @@ ...@@ -20,18 +20,15 @@
# New term: <font color="color:red">fork</font> # New term: <font color="color:red">fork</font>
## What is a `fork`? ## What is a `fork`?
- In general, by default you can only **read** files in a repository. - In general, by default, you can only **read** files in a repository. You **cannot write**.
- In general, by default you **cannot write** changes.
<div class="fragment"> <div class="fragment">
<img src="slides/img/forking.png" height="400px"> <img src="slides/img/forking.png" height="400px">
- You have to work on your **own copy** of the repository - You have to work on your **own copy** of the repository in order to make changes.
- In other words, you have to work on your own <font color="red">**fork**</font>. - In other words, you have to work on your own <font color="red">**fork**</font>.
<br>
## Why?
...@@ -39,7 +36,9 @@ ...@@ -39,7 +36,9 @@
Browse to the original repository and click on the button `Fork`: Browse to the original repository and click on the button `Fork`:
<img src="https://docs.gitlab.com/ee/user/project/repository/img/forking_workflow_fork_button_v13_10.png" height="250px"> <div align="center">
<img src="https://docs.gitlab.com/ee/user/project/repository/img/forking_workflow_fork_button_v13_10.png" height="150">
</div>
<br> <br>
...@@ -48,19 +47,19 @@ Browse to the original repository and click on the button `Fork`: ...@@ -48,19 +47,19 @@ Browse to the original repository and click on the button `Fork`:
## Time to practice! ## Time to practice!
1. Fork the practice repository: <br><br> 1. Fork the training repository [https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages](https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages)
TODO<br><br>
Congrats! Now you have your own **fork**!
Congrats! Now you have your own **fork**!
# How to update my fork?
# How to update my fork? - TODO: move to the end or delete As you have your own copy (fork), it will not automatically be updated once the original repository is updated.
\
As you have your own fork, it will not automatically be updated once the original repository is updated.
![bulb](slides/img/bulb.png) You have to update it yourself! ![bulb](slides/img/bulb.png) You have to update it yourself!
<br> <br>
**More on that later!** **More on that later - time permitting**
...@@ -28,16 +28,9 @@ Another popular platforms: ...@@ -28,16 +28,9 @@ Another popular platforms:
1. Login to [https://gitlab.lcsb.uni.lu](https://gitlab.lcsb.uni.lu) 1. Login to [https://gitlab.lcsb.uni.lu](https://gitlab.lcsb.uni.lu)
* use your LUMS credentials * use your LUMS credentials
2. browse the existing repositories 2. Browse the existing repositories
* Explore -> * Explore and Search
* navigate to the training repository * Navigate to the training repository [https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages](https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages)
3. Inspect project/repository folder structure 3. Inspect project/repository folder structure
4. Discover an issue (see README.md) and report it 4. Report an issue
<div class="fragment">
Congrats! You are a **reporter** :)
</div>
notes:
- reporter is very important role
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