This repository was archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from githubtraining/revise-details
Fix course details branch after force-push
- Loading branch information
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,41 @@ | ||
# Course description | ||
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. | ||
|
||
Now, with GitHub Learning Lab, you’ve got a sidekick along your path to becoming an all-star developer. | ||
|
||
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. | ||
|
||
In this course, you’ll learn how to: | ||
# What you'll learn | ||
|
||
We'll answer common questions like: | ||
- What is GitHub? | ||
- How does one use GitHub? | ||
- What are issues and pull requests? | ||
- How do you create a branch and a commit? | ||
- How do you use GitHub Pages? | ||
|
||
And when you're done you'll be able to: | ||
- Communicate in issues | ||
- Manage notifications | ||
- Create branches | ||
- Make commits | ||
- Introduce changes with pull requests | ||
- Deploy a web page to GitHub pages | ||
|
||
# What you'll build | ||
 | ||
|
||
- Completed [source repository](https://github.com/githubtraining/github-slideshow-demo/) | ||
- Interactive [slideshow](https://githubtraining.github.io/github-slideshow-demo/) deployed to GitHub Pages. | ||
|
||
# Prerequisites | ||
None. This course is a great introduction for your first day on GitHub. | ||
|
||
# Projects used | ||
This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions! | ||
- [reveal.js](https://github.com/hakimel/reveal.js): A framework for creating presentations using HTML | ||
- [Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator. | ||
|
||
# Audience | ||
|
||
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. | ||
New developers, new GitHub users, users new to Git, students, managers, teams |