Skip to content

Commit 5f49ec3

Browse files
author
jordanmccullough
committed
Remove deprecated SVG include template
1 parent f33b46f commit 5f49ec3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

foundations/beta.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ git version 1.8.2
1616
{% include slide-section %}
1717
{% capture slide %}
1818
![svg](../assets/diagrams/distributed-version-control.svg)
19-
{% include svg %}
2019
{% endcapture %}
2120
{% include slide-section %}
2221

@@ -115,7 +114,6 @@ Repositories can be created in numerous ways, including:
115114
* With `git init` at the command line
116115

117116
![svg](../assets/diagrams/repo-clone.svg)
118-
{% include svg %}
119117

120118
#### Repository creation concepts
121119
<!-- TODO -->
@@ -143,7 +141,6 @@ Repositories can be created in numerous ways, including:
143141
{% include slide-section %}
144142
{% capture slide %}
145143
![svg](../assets/diagrams/what-is-a-commit.svg)
146-
{% include svg %}
147144
{% endcapture %}
148145
{% include slide-section %}
149146

@@ -206,7 +203,6 @@ Git enables repositories to be created both on GitHub, or locally on a developer
206203
### Syncing history
207204

208205
![svg](../assets/diagrams/sync.svg)
209-
{% include svg %}
210206
{% endcapture %}
211207
{% include slide-section %}
212208

0 commit comments

Comments
 (0)