forked from github/training-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 2.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
ref: index
lang: en
permalink: /
layout: timeline
title: On Demand Training
excerpt: "You're in control. We're with you along the way."
timeline:
showWelcome: true
courses:
- title: "GitHub 101: Introduction to GitHub"
description: If you are looking for a quick and fun introduction to GitHub, you’ve found it. This class will get you started using GitHub in less than an hour.
image: images/about/repo.png
imageAlt: The 'repo' octocat, cartoon of five octocats inside of a metal box
link: /intro-to-github
- title: "GitHub 102: GitHub Pages from GitHub Desktop"
description: Learn how to **use GitHub Desktop** to copy a repository to your computer, track changes and communicate with GitHub.
image: images/about/forktocat.jpg
imageAlt: The 'forktocat' octocat, cartoon of two octocats joined at the head
link: /github-desktop
- title: "GitHub 103: GitHub Pages from the Command Line"
description: Learn how to **use the Command Line** to copy a repository to your computer, track changes and communicate with GitHub.
image: images/about/collabocats.jpg
imageAlt: The 'collabocats', cartoon of octocats pictured on two laptops with symbols showing they're collaborating on code
link: /github-cli
- title: GitHub for Windows Users
description: Learn how to configure your local git environment to work with GitHub and how to complete GitHub flow using the GitHub Extension for Visual Studio.
image: images/red-polo.png
imageAlt: The 'red polo' octocat, a cartoon of an octocat wearing a red polo
link: /windows
- title: Managing Merge Conflicts
description: First you had issues, now you have conflicts. Learn how to resolve at least one of them.
image: ./images/skatetocat.png
imageAlt: The 'skatetocat', a cartoon of an octocat using a skateboard and having fun
link: /merge-conflicts
- title: Git Out of Trouble
description: Quick guides to git out of sticky situations.
image: images/about/inspectocat.jpg
imageAlt: The 'inspectocat', a cartoon of an octocat wearing a trenchcoat and holding a magnifying glass
link: /git-trouble
- title: Introduction to GraphQL
description: Learn how to create seamless integrations by directly accessing and updating GitHub data using GraphQL.
image: images/graphql-logo.svg
imageAlt: The pink symbol for GraphQL, a triangle inside of a hexagon
link: /graphql
- title: Electron
description: An entire suite of courses that will get you up and running with Electron.
image: images/atom.png
imageAlt: Electron logo
link: /electron
---