@@ -20,20 +20,17 @@ In addition to this, a remote is a way to backup your repository.
2020
2121---
2222
23- ![ ] ( https://i.imgur.com/z2FesR1 .jpg)
23+ ![ Remote participants ] ( ../images/remote-participants .jpg)
2424
2525
2626---
2727
28- <!-- .slide: data-background="#ffffff" -->
29- <!-- .slide: style="font-size: 30px;" -->
3028## Updated scheme for file stages
3129
32- ![ ] ( https://www.hpc2n.umu.se/sites/default/files/ git-folders2.png =700x )
30+ ![ Git folders ] ( ../images/ git-folders2.png)
3331
3432---
3533
36- <!-- .slide: data-background="#ffffff" -->
3734## Concepts cont.
3835The command
3936
@@ -48,7 +45,6 @@ displays the remotes that are already set up where you can *fetch* and *pull* ch
4845
4946---
5047
51- <!-- .slide: data-background="#ffffff" -->
5248
5349``` java
5450$ git graph
@@ -60,8 +56,6 @@ $ git graph
6056
6157---
6258
63- <!-- .slide: data-background="#ffffff" -->
64- <!-- .slide: style="font-size: 30px;" -->
6559## Adding remotes
6660
6761A remote repository can be added manually with the command
@@ -81,7 +75,6 @@ where the location of the remote can be an URL or the path if that is in your lo
8175
8276---
8377
84- <!-- .slide: data-background="#ffffff" -->
8578Protocols:
8679- local -> git clone /opt/git/project.git
8780- SSH -> git clone ssh://user@server: project .git
@@ -91,8 +84,6 @@ Protocols:
9184
9285---
9386
94- <!-- .slide: data-background="#ffffff" -->
95-
9687Why do we need more than one remote?
9788
9889
0 commit comments