Skip to content

Commit

Permalink
Add Existing Repo, cont'd
Browse files Browse the repository at this point in the history
Add Existing Repo, cont'd
  • Loading branch information
askdesign committed Aug 29, 2024
1 parent 667aeee commit 68f470e
Showing 1 changed file with 18 additions and 69 deletions.
87 changes: 18 additions & 69 deletions intro-wp-blocktheme-design-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,10 @@ <h5>DEMO</h5>
<img src = "assets/imgs/github-desktop-createnew-addlocal.jpg" width="400px" alt="Desktop Add Local">
</section>

<section>
<!-- DEMO -->
<section>
<h3>Github Desktop to Github </h3>
<h5>DEMO</h5>
<ol start="2" style="font-size: 0.6em; line-height: 1.25;">
<li>ADD button > Add Existing Repository with prompt to create repository</li>
<ul>
Expand All @@ -495,8 +497,11 @@ <h3>Github Desktop to Github </h3>

<img src = "assets/imgs/github-desktop-existinglocal-createrepo.jpg" width="500px" alt="Desktop Add Local">
</section>
<section>

<!-- DEMO -->
<section>
<h3>Github Desktop to Github </h3>
<h5>DEMO</h5>
<div class="flex-container">
<div class="flex-item">
<ol start="2" style="font-size: 0.6em; line-height: 1.25;">
Expand All @@ -515,80 +520,24 @@ <h3>Github Desktop to Github </h3>
<div class="flex-item">
<img src = "assets/imgs/github-desktop-existinglocal-createnew-repo.jpg" width="500px" alt="Desktop Add Local">
</div></div>
</section>
</section>

<!-- PRACTICE -->
<section>
<h2>Let's Develop It!</h2>
</section>
<!-- PRACTICE -->
<section>
<h2>Let's Develop It!</h2>
</section>

<!-- PRACTICE -->
<section>
<h3>Get Started: </h3>
<!-- PRACTICE -->
<section>
<h3>Get Started: </h3>
<h4>Use Github Desktop to Synchronize a Local Repo to Github</h4>
<ul>
<ul>
<li><span style="color:#29c615"><strong>Add</strong></span> Existing Repo</li>
<li><span style="color:#29c615"><strong>Add</strong></span> Existing Repo with prompt to create repo</li>
</ul>
</section>
</ul>
</section>




<!-- DEMO -->
<section>
<h3>Github Desktop</h3>
<h4>Create a New Repository</h4>
<h5>DEMO</h5>
<div class="flex-container">
<div class="flex-item">
<img src = "assets/imgs/github-desktop-createnew.jpg" width="500px" alt="Desktop CreateNew">
</div>
<div class="flex-item">
<img src = "assets/imgs/github-desktop-createnew-topmenu.jpg" width="500px" alt="Desktop CreateNew TopMenu">
<p style="font-size:.6em; line-height: 1.5;">Alternative: on a Mac, go to File menu</p>
</div>
</div>
</section>

<section>
<h3>Github Desktop</h3>
<h4>Create a New Repository</h4>
<h5>DEMO - Uses Local Path of Existing Directory</h5>
<div class="flex-container">
<div class="flex-item">
<ul style="font-size: 0.6em; line-height: 1.5;">
<li><strong>Repository name</strong> and <strong>Description</strong>: LEAVE BLANK</li>
<li><strong>Check the box next to: </strong>“Initialize this repository with a README </li>
<li><strong>Git Ignore</strong> = None</li>
<li><strong>License</strong> = <em>GNU GPLv3</em></li>
<li><strong>Local path field:</strong> click on “Choose…” button to select local path.</li>
<li><strong>A warning will appear:</strong><br>
“This directory appears to be a Git repository. Would you like to <span style="color:deepskyblue"><strong>add this repository</strong></span> instead?” Click on <span style="color:deepskyblue"><strong>add this repository</strong></span>.</li>
</ul>
</div>
<div class="flex-item">
<img src = "assets/imgs/github-desktop-createnew-existingdirectory.jpg" width="400px" alt="Desktop CreateNew Existing Dir">
</div>
</div>
</section>

<section>
<h3>Github Desktop</h3>
<h4>Create a New Repository</h4>
<h5>DEMO - Uses Local Path of Existing Directory</h5>
<div class="flex-container">
<div class="flex-item">
<ul style="font-size: 0.6em; line-height: 1.5;">
<li> Keep the Local path the same as the previous window, then click the blue <span style="color:deepskyblue"><strong>“Add Repository”</strong></span> button.</li>
</ul>
</div>
<div class="flex-item">
<img src = "assets/imgs/github-desktop-createnew-addlocal.jpg" width="500px" alt="Desktop Add Local">
</div>
</div>
</section>

<!-- PRACTICE -->
<section>
<h2>Let's Develop It!</h2>
Expand Down

0 comments on commit 68f470e

Please sign in to comment.