Update Remotes diagram with flat look
authorjordanmccullough <jordan@github.com>
Tue, 24 Sep 2013 02:17:02 +0000 (20:17 -0600)
committerjordanmccullough <jordan@github.com>
Tue, 24 Sep 2013 02:17:18 +0000 (20:17 -0600)
presentations/_posts/foundations/network/0001-01-01-Remotes.md
presentations/assets/diagrams/remotes/push-fetch-pull-01.png [new file with mode: 0644]
presentations/assets/diagrams/remotes/push-fetch-pull-02.png [new file with mode: 0644]
presentations/assets/diagrams/remotes/push-fetch-pull-03.png [new file with mode: 0644]
presentations/assets/diagrams/remotes/push-fetch-pull-04.png [new file with mode: 0644]
presentations/assets/diagrams/remotes/push-fetch-pull-05.png [new file with mode: 0644]
presentations/assets/diagrams/remotes/push-fetch-pull-06.png [new file with mode: 0644]

index c3751a4..5443238 100644 (file)
@@ -6,11 +6,12 @@ categories: ['slidecontent']
 ---
 
 <div class="diagram-group">
-       <img class="diagram" src="assets/diagrams/remotes-01.png">
-       <img class="diagram fragment" src="assets/diagrams/remotes-02.png">
-       <img class="diagram fragment" src="assets/diagrams/remotes-03.png">
-       <img class="diagram fragment" src="assets/diagrams/remotes-04.png">
-       <img class="diagram fragment" src="assets/diagrams/remotes-05.png">
+       <img class="diagram" src="assets/diagrams/remotes/push-fetch-pull-01.png">
+       <img class="diagram fragment" src="assets/diagrams/remotes/push-fetch-pull-02.png">
+       <img class="diagram fragment" src="assets/diagrams/remotes/push-fetch-pull-03.png">
+    <img class="diagram fragment" src="assets/diagrams/remotes/push-fetch-pull-04.png">
+    <img class="diagram fragment" src="assets/diagrams/remotes/push-fetch-pull-05.png">
+    <img class="diagram fragment" src="assets/diagrams/remotes/push-fetch-pull-06.png">
 </div>
 {% capture notes %}
 * Local repository is a full copy of the remote 
diff --git a/presentations/assets/diagrams/remotes/push-fetch-pull-01.png b/presentations/assets/diagrams/remotes/push-fetch-pull-01.png
new file mode 100644 (file)
index 0000000..c5981f8
Binary files /dev/null and b/presentations/assets/diagrams/remotes/push-fetch-pull-01.png differ
diff --git a/presentations/assets/diagrams/remotes/push-fetch-pull-02.png b/presentations/assets/diagrams/remotes/push-fetch-pull-02.png
new file mode 100644 (file)
index 0000000..e193332
Binary files /dev/null and b/presentations/assets/diagrams/remotes/push-fetch-pull-02.png differ
diff --git a/presentations/assets/diagrams/remotes/push-fetch-pull-03.png b/presentations/assets/diagrams/remotes/push-fetch-pull-03.png
new file mode 100644 (file)
index 0000000..74c2f1b
Binary files /dev/null and b/presentations/assets/diagrams/remotes/push-fetch-pull-03.png differ
diff --git a/presentations/assets/diagrams/remotes/push-fetch-pull-04.png b/presentations/assets/diagrams/remotes/push-fetch-pull-04.png
new file mode 100644 (file)
index 0000000..38a9ec1
Binary files /dev/null and b/presentations/assets/diagrams/remotes/push-fetch-pull-04.png differ
diff --git a/presentations/assets/diagrams/remotes/push-fetch-pull-05.png b/presentations/assets/diagrams/remotes/push-fetch-pull-05.png
new file mode 100644 (file)
index 0000000..ea2a4cd
Binary files /dev/null and b/presentations/assets/diagrams/remotes/push-fetch-pull-05.png differ
diff --git a/presentations/assets/diagrams/remotes/push-fetch-pull-06.png b/presentations/assets/diagrams/remotes/push-fetch-pull-06.png
new file mode 100644 (file)
index 0000000..b198a0b
Binary files /dev/null and b/presentations/assets/diagrams/remotes/push-fetch-pull-06.png differ