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 a3dcb55 commit 667aeee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions intro-wp-blocktheme-design-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,30 +442,32 @@ <h2>Repositories!</h2>
<!-- DEMO -->
<section>
<h3>Github Desktop</h3>
<h4>Create New Repository</h4>
<h4>Create Project Folder</h4>
<p>There are various ways to add projects to Github as repositories: directly in Github or on your desktop. In my workflow, I usually create the project folder locally and then upload it via Github Desktop, to a repository in Github.</p>
</section>

<!-- DEMO -->
<section>
<h3>Github Desktop</h3>
<h4>Create a New Repository</h4>
<h4>Add Existing Repository</h4>
<h5>DEMO</h5>
<p>Go to the upper-left corner of the Github Desktop window and click on the down arrow next to “Current Repository”. <br>
The “ADD” button offers 3 options: <br>
<strong>Clone, Create, Add</strong>. </p>

<ul>
<li><strong>Clone</strong> = Duplicates an Existing Repo</li>
<li><strong>Create</strong> = Create a New Repo</li>
<li><strong>Add</strong> = Adds an Existing Repo</li>
<li><strong>Clone</strong> = Duplicates an Existing Repo</li>
</ul>
<p><strong>Add Existing Repository</strong> is discussed here. </p>
</section>


<!-- DEMO -->
<section>
<h3>Github Desktop to Github </h3>
<h5>DEMO</h5>
<p>Using Github Desktop, you can add repositories to Github. Go to the upper-left corner of the Github Desktop window and click on the down arrow next to <strong>“Current Repository”.</strong><br>
</p>
<ol style="font-size: 0.6em; line-height: 1.25;">
Expand Down

0 comments on commit 667aeee

Please sign in to comment.