Skip to content

Commit

Permalink
Update GitHub documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWAyers committed Jan 9, 2024
1 parent fe52efe commit 3b611bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 4 additions & 8 deletions book/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 book/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

0 comments on commit 3b611bf

Please sign in to comment.