File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ git version 1.8.2
15
15
{% endcapture %}
16
16
{% include slide-section %}
17
17
{% capture slide %}
18
- {% capture svg_path %} ../assets/diagrams/distributed-version-control.svg{% endcapture %}
18
+ ![ svg ] ( ../assets/diagrams/distributed-version-control.svg )
19
19
{% include svg %}
20
20
{% endcapture %}
21
21
{% include slide-section %}
@@ -114,7 +114,7 @@ Repositories can be created in numerous ways, including:
114
114
* With a GitHub GUI
115
115
* With ` git init ` at the command line
116
116
117
- {% capture svg_path %} ../assets/diagrams/repo-clone.svg{% endcapture %}
117
+ ![ svg ] ( ../assets/diagrams/repo-clone.svg )
118
118
{% include svg %}
119
119
120
120
#### Repository creation concepts
@@ -142,7 +142,7 @@ Repositories can be created in numerous ways, including:
142
142
{% endcapture %}
143
143
{% include slide-section %}
144
144
{% capture slide %}
145
- {% capture svg_path %} ../assets/diagrams/what-is-a-commit.svg{% endcapture %}
145
+ ![ svg ] ( ../assets/diagrams/what-is-a-commit.svg )
146
146
{% include svg %}
147
147
{% endcapture %}
148
148
{% include slide-section %}
@@ -205,7 +205,7 @@ Git enables repositories to be created both on GitHub, or locally on a developer
205
205
{% capture slide %}
206
206
### Syncing history
207
207
208
- {% capture svg_path %} ../assets/diagrams/sync.svg{% endcapture %}
208
+ ![ svg ] ( ../assets/diagrams/sync.svg )
209
209
{% include svg %}
210
210
{% endcapture %}
211
211
{% include slide-section %}
You can’t perform that action at this time.
0 commit comments