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

Commit

Permalink
Merge pull request #38 from githubtraining/revise-details
Browse files Browse the repository at this point in the history
Fix course details branch after force-push
  • Loading branch information
hectorsector authored Feb 20, 2020
2 parents 312b24a + e5e1c76 commit 95df559
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@ steps:
with: reminder-delete.md

tags: [
"Git","GitHub"
"Git","GitHub Pages","Branches","Commits","Pull Requests"
]
video: "sz6zfrQpCQg"
30 changes: 28 additions & 2 deletions course-details.md
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, youll 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
![a gif of a slide show running on a browser](https://user-images.githubusercontent.com/16547949/69274863-44362880-0ba9-11ea-98f6-b58cfc9eab02.gif)

- 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

0 comments on commit 95df559

Please sign in to comment.