From 5dbbe4fc73c7a2684da30c90049144c54f627195 Mon Sep 17 00:00:00 2001
From: Jeremy Myers <4466264+jeremyers1@users.noreply.github.com>
Date: Sun, 3 Jul 2022 15:00:26 -0700
Subject: [PATCH 1/5] Remove ? from folder name so repo clone works on Windows
---
.../index.css | 0
.../index.html | 0
.../index.js | 0
.../station.jpg | Bin
4 files changed, 0 insertions(+), 0 deletions(-)
rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/index.css (100%)
rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/index.html (100%)
rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/index.js (100%)
rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/station.jpg (100%)
diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.css b/1. Build a Passenger Counter App/18. What is a string/index.css
similarity index 100%
rename from 1. Build a Passenger Counter App/18. What is a string?/index.css
rename to 1. Build a Passenger Counter App/18. What is a string/index.css
diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.html b/1. Build a Passenger Counter App/18. What is a string/index.html
similarity index 100%
rename from 1. Build a Passenger Counter App/18. What is a string?/index.html
rename to 1. Build a Passenger Counter App/18. What is a string/index.html
diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.js b/1. Build a Passenger Counter App/18. What is a string/index.js
similarity index 100%
rename from 1. Build a Passenger Counter App/18. What is a string?/index.js
rename to 1. Build a Passenger Counter App/18. What is a string/index.js
diff --git a/1. Build a Passenger Counter App/18. What is a string?/station.jpg b/1. Build a Passenger Counter App/18. What is a string/station.jpg
similarity index 100%
rename from 1. Build a Passenger Counter App/18. What is a string?/station.jpg
rename to 1. Build a Passenger Counter App/18. What is a string/station.jpg
From 87323c66034fe01b7ec27db2d49d366e80120b65 Mon Sep 17 00:00:00 2001
From: Jeremy Myers <4466264+jeremyers1@users.noreply.github.com>
Date: Sun, 3 Jul 2022 15:14:00 -0700
Subject: [PATCH 2/5] Remove ? from file name so repo can be cloned on Windows
---
.../images/table.png | Bin
.../index.css | 0
.../index.html | 0
.../index.js | 0
4 files changed, 0 insertions(+), 0 deletions(-)
rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/images/table.png (100%)
rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/index.css (100%)
rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/index.html (100%)
rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/index.js (100%)
diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/images/table.png b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/images/table.png
similarity index 100%
rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/images/table.png
rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/images/table.png
diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.css b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.css
similarity index 100%
rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.css
rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.css
diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.html b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.html
similarity index 100%
rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.html
rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.html
diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.js b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.js
similarity index 100%
rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.js
rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.js
From fab973c1785e5745f577e8d25a77c6004bf93358 Mon Sep 17 00:00:00 2001
From: Jeremy Myers <4466264+jeremyers1@users.noreply.github.com>
Date: Sun, 3 Jul 2022 15:17:22 -0700
Subject: [PATCH 3/5] Remove punctuation that causes Windows repo clone to fail
---
.../{37. Math.random() * 6 => 37. Math.random() 6}/index.html | 0
.../{37. Math.random() * 6 => 37. Math.random() 6}/index.js | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename 3. Build a Blackjack game/{37. Math.random() * 6 => 37. Math.random() 6}/index.html (100%)
rename 3. Build a Blackjack game/{37. Math.random() * 6 => 37. Math.random() 6}/index.js (100%)
diff --git a/3. Build a Blackjack game/37. Math.random() * 6/index.html b/3. Build a Blackjack game/37. Math.random() 6/index.html
similarity index 100%
rename from 3. Build a Blackjack game/37. Math.random() * 6/index.html
rename to 3. Build a Blackjack game/37. Math.random() 6/index.html
diff --git a/3. Build a Blackjack game/37. Math.random() * 6/index.js b/3. Build a Blackjack game/37. Math.random() 6/index.js
similarity index 100%
rename from 3. Build a Blackjack game/37. Math.random() * 6/index.js
rename to 3. Build a Blackjack game/37. Math.random() 6/index.js
From 2a756af993b849db357d6c9ca48f36fdaab5bf76 Mon Sep 17 00:00:00 2001
From: Jeremy Myers <4466264+jeremyers1@users.noreply.github.com>
Date: Sun, 3 Jul 2022 15:21:49 -0700
Subject: [PATCH 4/5] Remove punctuation that causes Windows repo clone to fail
---
.../index.html | 0
.../index.js | 0
.../icon.png | Bin
.../index.css | 0
.../index.html | 0
.../index.js | 0
.../manifest.json | 0
.../icon.png | Bin
.../index.css | 0
.../index.html | 0
.../index.js | 0
.../manifest.json | 0
12 files changed, 0 insertions(+), 0 deletions(-)
rename 3. Build a Blackjack game/{5. if:else...if:else statement => 5. if else...if else statement}/index.html (100%)
rename 3. Build a Blackjack game/{5. if:else...if:else statement => 5. if else...if else statement}/index.js (100%)
rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/icon.png (100%)
rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/index.css (100%)
rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/index.html (100%)
rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/index.js (100%)
rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/manifest.json (100%)
rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/icon.png (100%)
rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/index.css (100%)
rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/index.html (100%)
rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/index.js (100%)
rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/manifest.json (100%)
diff --git a/3. Build a Blackjack game/5. if:else...if:else statement/index.html b/3. Build a Blackjack game/5. if else...if else statement/index.html
similarity index 100%
rename from 3. Build a Blackjack game/5. if:else...if:else statement/index.html
rename to 3. Build a Blackjack game/5. if else...if else statement/index.html
diff --git a/3. Build a Blackjack game/5. if:else...if:else statement/index.js b/3. Build a Blackjack game/5. if else...if else statement/index.js
similarity index 100%
rename from 3. Build a Blackjack game/5. if:else...if:else statement/index.js
rename to 3. Build a Blackjack game/5. if else...if else statement/index.js
diff --git a/5. Build a Chrome Extension/32. What is localStorage?/icon.png b/5. Build a Chrome Extension/32. What is localStorage/icon.png
similarity index 100%
rename from 5. Build a Chrome Extension/32. What is localStorage?/icon.png
rename to 5. Build a Chrome Extension/32. What is localStorage/icon.png
diff --git a/5. Build a Chrome Extension/32. What is localStorage?/index.css b/5. Build a Chrome Extension/32. What is localStorage/index.css
similarity index 100%
rename from 5. Build a Chrome Extension/32. What is localStorage?/index.css
rename to 5. Build a Chrome Extension/32. What is localStorage/index.css
diff --git a/5. Build a Chrome Extension/32. What is localStorage?/index.html b/5. Build a Chrome Extension/32. What is localStorage/index.html
similarity index 100%
rename from 5. Build a Chrome Extension/32. What is localStorage?/index.html
rename to 5. Build a Chrome Extension/32. What is localStorage/index.html
diff --git a/5. Build a Chrome Extension/32. What is localStorage?/index.js b/5. Build a Chrome Extension/32. What is localStorage/index.js
similarity index 100%
rename from 5. Build a Chrome Extension/32. What is localStorage?/index.js
rename to 5. Build a Chrome Extension/32. What is localStorage/index.js
diff --git a/5. Build a Chrome Extension/32. What is localStorage?/manifest.json b/5. Build a Chrome Extension/32. What is localStorage/manifest.json
similarity index 100%
rename from 5. Build a Chrome Extension/32. What is localStorage?/manifest.json
rename to 5. Build a Chrome Extension/32. What is localStorage/manifest.json
diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/icon.png b/5. Build a Chrome Extension/51. How to get the current tab/icon.png
similarity index 100%
rename from 5. Build a Chrome Extension/51. How to get the current tab?/icon.png
rename to 5. Build a Chrome Extension/51. How to get the current tab/icon.png
diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/index.css b/5. Build a Chrome Extension/51. How to get the current tab/index.css
similarity index 100%
rename from 5. Build a Chrome Extension/51. How to get the current tab?/index.css
rename to 5. Build a Chrome Extension/51. How to get the current tab/index.css
diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/index.html b/5. Build a Chrome Extension/51. How to get the current tab/index.html
similarity index 100%
rename from 5. Build a Chrome Extension/51. How to get the current tab?/index.html
rename to 5. Build a Chrome Extension/51. How to get the current tab/index.html
diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/index.js b/5. Build a Chrome Extension/51. How to get the current tab/index.js
similarity index 100%
rename from 5. Build a Chrome Extension/51. How to get the current tab?/index.js
rename to 5. Build a Chrome Extension/51. How to get the current tab/index.js
diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/manifest.json b/5. Build a Chrome Extension/51. How to get the current tab/manifest.json
similarity index 100%
rename from 5. Build a Chrome Extension/51. How to get the current tab?/manifest.json
rename to 5. Build a Chrome Extension/51. How to get the current tab/manifest.json
From 8ab7781053f56cc4db7d00239f1808f17703c9c6 Mon Sep 17 00:00:00 2001
From: Jeremy Myers <4466264+jeremyers1@users.noreply.github.com>
Date: Sun, 3 Jul 2022 15:28:31 -0700
Subject: [PATCH 5/5] Remove punctuation from folder names that causes repo
clone to fail on Windows VS Code
---
.../index.css | 0
.../index.html | 0
.../index.js | 0
.../index.css | 0
.../index.html | 0
.../index.js | 0
.../{23. Add the tag => 23. Add the a tag}/index.css | 0
.../{23. Add the tag => 23. Add the a tag}/index.html | 0
.../{23. Add the tag => 23. Add the a tag}/index.js | 0
9 files changed, 0 insertions(+), 0 deletions(-)
rename 5. Build a Chrome Extension/{15. How to render elements with innerHTML => 15. How to render li elements with innerHTML}/index.css (100%)
rename 5. Build a Chrome Extension/{15. How to render elements with innerHTML => 15. How to render li elements with innerHTML}/index.html (100%)
rename 5. Build a Chrome Extension/{15. How to render elements with innerHTML => 15. How to render li elements with innerHTML}/index.js (100%)
rename 5. Build a Chrome Extension/{18. Render the elements with innerHTML => 18. Render the li elements with innerHTML}/index.css (100%)
rename 5. Build a Chrome Extension/{18. Render the elements with innerHTML => 18. Render the li elements with innerHTML}/index.html (100%)
rename 5. Build a Chrome Extension/{18. Render the elements with innerHTML => 18. Render the li elements with innerHTML}/index.js (100%)
rename 5. Build a Chrome Extension/{23. Add the tag => 23. Add the a tag}/index.css (100%)
rename 5. Build a Chrome Extension/{23. Add the tag => 23. Add the a tag}/index.html (100%)
rename 5. Build a Chrome Extension/{23. Add the tag => 23. Add the a tag}/index.js (100%)
diff --git a/5. Build a Chrome Extension/15. How to render elements with innerHTML/index.css b/5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.css
similarity index 100%
rename from 5. Build a Chrome Extension/15. How to render elements with innerHTML/index.css
rename to 5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.css
diff --git a/5. Build a Chrome Extension/15. How to render elements with innerHTML/index.html b/5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.html
similarity index 100%
rename from 5. Build a Chrome Extension/15. How to render elements with innerHTML/index.html
rename to 5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.html
diff --git a/5. Build a Chrome Extension/15. How to render elements with innerHTML/index.js b/5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.js
similarity index 100%
rename from 5. Build a Chrome Extension/15. How to render elements with innerHTML/index.js
rename to 5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.js
diff --git a/5. Build a Chrome Extension/18. Render the elements with innerHTML/index.css b/5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.css
similarity index 100%
rename from 5. Build a Chrome Extension/18. Render the elements with innerHTML/index.css
rename to 5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.css
diff --git a/5. Build a Chrome Extension/18. Render the elements with innerHTML/index.html b/5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.html
similarity index 100%
rename from 5. Build a Chrome Extension/18. Render the elements with innerHTML/index.html
rename to 5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.html
diff --git a/5. Build a Chrome Extension/18. Render the elements with innerHTML/index.js b/5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.js
similarity index 100%
rename from 5. Build a Chrome Extension/18. Render the elements with innerHTML/index.js
rename to 5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.js
diff --git a/5. Build a Chrome Extension/23. Add the tag/index.css b/5. Build a Chrome Extension/23. Add the a tag/index.css
similarity index 100%
rename from 5. Build a Chrome Extension/23. Add the tag/index.css
rename to 5. Build a Chrome Extension/23. Add the a tag/index.css
diff --git a/5. Build a Chrome Extension/23. Add the tag/index.html b/5. Build a Chrome Extension/23. Add the a tag/index.html
similarity index 100%
rename from 5. Build a Chrome Extension/23. Add the tag/index.html
rename to 5. Build a Chrome Extension/23. Add the a tag/index.html
diff --git a/5. Build a Chrome Extension/23. Add the tag/index.js b/5. Build a Chrome Extension/23. Add the a tag/index.js
similarity index 100%
rename from 5. Build a Chrome Extension/23. Add the tag/index.js
rename to 5. Build a Chrome Extension/23. Add the a tag/index.js