Skip to content

Commit

Permalink
deploy: 3b611bf
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWAyers committed Jan 9, 2024
1 parent 1e135a3 commit cec867e
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 25 deletions.
12 changes: 4 additions & 8 deletions _sources/documents/GitHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,26 @@ In this course, we use web-based version control (specifically Git and GitHub) t

- **Git** for version control.
- [What is Git? Explained in 2 Minutes!](https://www.youtube.com/watch?v=2ReR1YJrNOM)
- [Git Tutorial for Beginners: Learn Git in 1 Hour](https://www.youtube.com/watch?v=8JJ101D3knE)

- **GitHub** as a tool to manage our Git repositories online.
- [What is GitHub?](https://www.youtube.com/watch?v=w3jLJU7DT5E)
- [The Basics of GitHub from GitHub Education](https://github.com/education/github-starter-course)
- Consider uploading a [profile picture](https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile#changing-your-profile-picture) or linking to a [gravatar](https://en.gravatar.com/). This isn't essential for using GitHub, but it is really useful to be able to have some memorable and distinguishing image for you rather than just the [identicon](https://github.blog/2013-08-14-identicons/). Don't be scared to have fun with this! You can always change this later.

- **GitHub Classroom** as a way to disseminate, test, give feedback on, revise, and mark assignments.
- [GitHub Classroom 101](https://githubuniverse.com/content-library/github-classroom-101/)
- [Learning with GitHub Classroom](https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom)
- [GitHub Classroom for Students](https://www.youtube.com/watch?v=ObaFRGp_Eko)

## 👩🏽‍💻 Assignment
- You will learn more about GitHub through the [assignment](../ghfundamentals.ipynb).
- You will learn more about GitHub through the [assignment](../ghfundamentals.ipynb). This includes a brief overview of GitHub terminology and links to the GitHub starter courses.

## Suggestion
- Sign up for [GitHub Education](https://education.github.com/students) and especially the [Student Developer Pack](https://education.github.com/pack). This gives you access to a lot of free software and tools, plus a free domain name (and free web hosting of the domain for one year).

## 📚 References
You can learn more about Git and GitHub via LinkedIn Learning Courses.
- [Programming Foundations: Version Control with Git](
https://www.linkedin.com/learning/programming-foundations-version-control-with-git)
- [Learning GitHub](https://www.linkedin.com/learning/learning-github)
- [GitHub Essential Training](https://www.linkedin.com/learning/github-essential-training)
You can learn more about Git and GitHub via LinkedIn Learning Courses. I have listed one, but there are many.
- [Learning Git and GitHub](https://www.linkedin.com/learning/learning-git-and-github-23011330?u=56982905)
- [Git Tutorial for Beginners: Learn Git in 1 Hour](https://www.youtube.com/watch?v=8JJ101D3knE)
- [GitHub and GitHub Clasroom for Students](https://github.com/rzn-example-classroom/git-and-github-intro)

<br><br>
Expand Down
12 changes: 6 additions & 6 deletions _sources/ghfundamentals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"1. Go through the course's [introduction to Version Control and GitHub](../documents/GitHub.md).\n",
"1. You need to register on [GitHub](https://github.com/) in order to follow this tutorial. The registration process is described [here](https://www.wikihow.com/Create-an-Account-on-GitHub).\n",
"1. When you set up your account use [this link](https://classroom.github.com/a/8DEfC8Tj) to connect to GitHub classroom. Once you follow the link you'll see ![p1](pics_ghf/1.png)\n",
"1. Click `Accept the assignment` ![p2](pics_ghf/2.png)\n",
"1. Click `Accept the assignment`. ![p2](pics_ghf/2.png)\n",
"1. Now you can update the page and see ![p3](pics_ghf/3.png)\n",
"\n",
"\n",
"**Great job!** Together we created a repository with the task ![p4](pics_ghf/4.png)\n",
"\n",
"Your next task is to work through the tutorial in this repository and learn the basics of the GitHub workflow. At the end of the tutorial there are some tasks you should complete."
"**Great job!** Together we created a repository with the task ![p4](pics_ghf/4.png)"
]
},
{
"cell_type": "markdown",
"id": "248b91f0",
"id": "73a74598",
"metadata": {},
"source": []
"source": [
"## Your next task is to read the explanation in the document, then work through the tutorial/assignment at the end. This will teach you the basics of the GitHub workflow. "
]
}
],
"metadata": {
Expand Down
11 changes: 4 additions & 7 deletions documents/GitHub.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ <h2><span class="section-number">1.2. </span>Version Control: Git, GitHub, and G
<li><p><strong>Git</strong> for version control.</p>
<ul>
<li><p><a class="reference external" href="https://www.youtube.com/watch?v=2ReR1YJrNOM">What is Git? Explained in 2 Minutes!</a></p></li>
<li><p><a class="reference external" href="https://www.youtube.com/watch?v=8JJ101D3knE">Git Tutorial for Beginners: Learn Git in 1 Hour</a></p></li>
</ul>
</li>
<li><p><strong>GitHub</strong> as a tool to manage our Git repositories online.</p>
Expand All @@ -504,7 +503,6 @@ <h2><span class="section-number">1.2. </span>Version Control: Git, GitHub, and G
</li>
<li><p><strong>GitHub Classroom</strong> as a way to disseminate, test, give feedback on, revise, and mark assignments.</p>
<ul>
<li><p><a class="reference external" href="https://githubuniverse.com/content-library/github-classroom-101/">GitHub Classroom 101</a></p></li>
<li><p><a class="reference external" href="https://docs.github.com/en/education/manage-coursework-with-github-classroom/learn-with-github-classroom">Learning with GitHub Classroom</a></p></li>
<li><p><a class="reference external" href="https://www.youtube.com/watch?v=ObaFRGp_Eko">GitHub Classroom for Students</a></p></li>
</ul>
Expand All @@ -514,7 +512,7 @@ <h2><span class="section-number">1.2. </span>Version Control: Git, GitHub, and G
<section id="assignment">
<h2><span class="section-number">1.3. </span>👩🏽‍💻 Assignment<a class="headerlink" href="#assignment" title="Permalink to this heading">#</a></h2>
<ul class="simple">
<li><p>You will learn more about GitHub through the <a class="reference internal" href="../ghfundamentals.html"><span class="doc std std-doc">assignment</span></a>.</p></li>
<li><p>You will learn more about GitHub through the <a class="reference internal" href="../ghfundamentals.html"><span class="doc std std-doc">assignment</span></a>. This includes a brief overview of GitHub terminology and links to the GitHub starter courses.</p></li>
</ul>
</section>
<section id="suggestion">
Expand All @@ -525,11 +523,10 @@ <h2><span class="section-number">1.4. </span>Suggestion<a class="headerlink" hre
</section>
<section id="references">
<h2><span class="section-number">1.5. </span>📚 References<a class="headerlink" href="#references" title="Permalink to this heading">#</a></h2>
<p>You can learn more about Git and GitHub via LinkedIn Learning Courses.</p>
<p>You can learn more about Git and GitHub via LinkedIn Learning Courses. I have listed one, but there are many.</p>
<ul class="simple">
<li><p><a class="reference external" href="https://www.linkedin.com/learning/programming-foundations-version-control-with-git">Programming Foundations: Version Control with Git</a></p></li>
<li><p><a class="reference external" href="https://www.linkedin.com/learning/learning-github">Learning GitHub</a></p></li>
<li><p><a class="reference external" href="https://www.linkedin.com/learning/github-essential-training">GitHub Essential Training</a></p></li>
<li><p><a class="reference external" href="https://www.linkedin.com/learning/learning-git-and-github-23011330?u=56982905">Learning Git and GitHub</a></p></li>
<li><p><a class="reference external" href="https://www.youtube.com/watch?v=8JJ101D3knE">Git Tutorial for Beginners: Learn Git in 1 Hour</a></p></li>
<li><p><a class="reference external" href="https://github.com/rzn-example-classroom/git-and-github-intro">GitHub and GitHub Clasroom for Students</a></p></li>
</ul>
<p><br><br></p>
Expand Down
32 changes: 29 additions & 3 deletions ghfundamentals.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,9 @@
</button>
`);
</script>

<label class="sidebar-toggle secondary-toggle btn btn-sm" for="__secondary"title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
<span class="fa-solid fa-list"></span>
</label>
</div></div>

</div>
Expand All @@ -491,6 +493,14 @@ <h1>Assignment: Introduction to GitHub and GitHub Classroom</h1>
<div id="print-main-content">
<div id="jb-print-toc">

<div>
<h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#your-next-task-is-to-read-the-explanation-in-the-document-then-work-through-the-tutorial-assignment-at-the-end-this-will-teach-you-the-basics-of-the-github-workflow">Your next task is to read the explanation in the document, then work through the tutorial/assignment at the end. This will teach you the basics of the GitHub workflow.</a></li>
</ul>
</nav>
</div>
</div>
</div>
Expand All @@ -507,11 +517,13 @@ <h1>Assignment: Introduction to GitHub and GitHub Classroom<a class="headerlink"
<li><p>Go through the course’s <a class="reference internal" href="documents/GitHub.html"><span class="doc std std-doc">introduction to Version Control and GitHub</span></a>.</p></li>
<li><p>You need to register on <a class="reference external" href="https://github.com/">GitHub</a> in order to follow this tutorial. The registration process is described <a class="reference external" href="https://www.wikihow.com/Create-an-Account-on-GitHub">here</a>.</p></li>
<li><p>When you set up your account use <a class="reference external" href="https://classroom.github.com/a/8DEfC8Tj">this link</a> to connect to GitHub classroom. Once you follow the link you’ll see <img alt="p1" src="_images/11.png" /></p></li>
<li><p>Click <code class="docutils literal notranslate"><span class="pre">Accept</span> <span class="pre">the</span> <span class="pre">assignment</span></code> <img alt="p2" src="_images/21.png" /></p></li>
<li><p>Click <code class="docutils literal notranslate"><span class="pre">Accept</span> <span class="pre">the</span> <span class="pre">assignment</span></code>. <img alt="p2" src="_images/21.png" /></p></li>
<li><p>Now you can update the page and see <img alt="p3" src="_images/31.png" /></p></li>
</ol>
<p><strong>Great job!</strong> Together we created a repository with the task <img alt="p4" src="_images/41.png" /></p>
<p>Your next task is to work through the tutorial in this repository and learn the basics of the GitHub workflow. At the end of the tutorial there are some tasks you should complete.</p>
<section id="your-next-task-is-to-read-the-explanation-in-the-document-then-work-through-the-tutorial-assignment-at-the-end-this-will-teach-you-the-basics-of-the-github-workflow">
<h2>Your next task is to read the explanation in the document, then work through the tutorial/assignment at the end. This will teach you the basics of the GitHub workflow.<a class="headerlink" href="#your-next-task-is-to-read-the-explanation-in-the-document-then-work-through-the-tutorial-assignment-at-the-end-this-will-teach-you-the-basics-of-the-github-workflow" title="Permalink to this heading">#</a></h2>
</section>
</section>

<script type="text/x-thebe-config">
Expand Down Expand Up @@ -569,6 +581,20 @@ <h1>Assignment: Introduction to GitHub and GitHub Classroom<a class="headerlink"



<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">

<div class="sidebar-secondary-item">
<div class="page-toc tocsection onthispage">
<i class="fa-solid fa-list"></i> Contents
</div>
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#your-next-task-is-to-read-the-explanation-in-the-document-then-work-through-the-tutorial-assignment-at-the-end-this-will-teach-you-the-basics-of-the-github-workflow">Your next task is to read the explanation in the document, then work through the tutorial/assignment at the end. This will teach you the basics of the GitHub workflow.</a></li>
</ul>
</nav></div>

</div></div>


</div>
<footer class="bd-footer-content">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit cec867e

Please sign in to comment.