Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 95df559

Browse files
authored
Merge pull request #38 from githubtraining/revise-details
Fix course details branch after force-push
2 parents 312b24a + e5e1c76 commit 95df559

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,6 @@ steps:
256256
with: reminder-delete.md
257257

258258
tags: [
259-
"Git","GitHub"
259+
"Git","GitHub Pages","Branches","Commits","Pull Requests"
260260
]
261261
video: "sz6zfrQpCQg"

course-details.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,41 @@
1+
# Course description
12
People use GitHub to build some of the most advanced technologies in the world. Whether you’re visualizing data or building a new game, there’s a whole community and set of tools on GitHub that can help you do it even better.
23

34
Now, with GitHub Learning Lab, you’ve got a sidekick along your path to becoming an all-star developer.
45

56
From managing notifications to merging pull requests, GitHub Learning Lab’s “Introduction to GitHub” course guides you through everything you need to start contributing in less than an hour. See a word you don't understand? We've included an emoji 📖 next to some key terms. Click on it to see its definition.
67

7-
In this course, youll learn how to:
8+
# What you'll learn
89

10+
We'll answer common questions like:
11+
- What is GitHub?
12+
- How does one use GitHub?
13+
- What are issues and pull requests?
14+
- How do you create a branch and a commit?
15+
- How do you use GitHub Pages?
16+
17+
And when you're done you'll be able to:
918
- Communicate in issues
1019
- Manage notifications
1120
- Create branches
1221
- Make commits
1322
- Introduce changes with pull requests
23+
- Deploy a web page to GitHub pages
24+
25+
# What you'll build
26+
![a gif of a slide show running on a browser](https://user-images.githubusercontent.com/16547949/69274863-44362880-0ba9-11ea-98f6-b58cfc9eab02.gif)
27+
28+
- Completed [source repository](https://github.com/githubtraining/github-slideshow-demo/)
29+
- Interactive [slideshow](https://githubtraining.github.io/github-slideshow-demo/) deployed to GitHub Pages.
30+
31+
# Prerequisites
32+
None. This course is a great introduction for your first day on GitHub.
33+
34+
# Projects used
35+
This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions!
36+
- [reveal.js](https://github.com/hakimel/reveal.js): A framework for creating presentations using HTML
37+
- [Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator.
38+
39+
# Audience
1440

15-
This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course.
41+
New developers, new GitHub users, users new to Git, students, managers, teams

0 commit comments

Comments
 (0)