This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
/
episodes.yaml
56 lines (45 loc) · 1.91 KB
/
episodes.yaml
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
52
53
54
55
56
episodes:
- section: Learn Git
values:
- name: Introduction To Git
page: intro
cast: hKfo0OXc1BI
size: 790x430
desc: What Git is, why you would want to use it
and where to get it and learn about it.
- name: Setup and Initialization
page: setup
cast: cPlsn96n1d8
size: 790x444
desc: Setup your Git environment, then create a
new Git repository and clone an existing one.
- name: Normal Workflow
page: normal
desc: Make and view changes made,
then stage and commit them.
- name: Branching and Merging
page: branching
desc: Create and work on topic and long running branches,
merge between them and delete them.
- name: Distributed Git
page: remotes
desc: Fetch, merge, pull and push between multiple remote
repositories.
- name: Git History
page: log
desc: Browse your project history, find specific commits
and visualize the branching and merging actions.
- section: Learn GitHub
values:
- name: Signup and Setup
desc: Create a new account, generate and upload your SSH key and clone your first repository.
- name: Site Overview
desc: An overview of the GitHub site tabs and main features. How to navigate and get familiar with GitHub.com.
- name: Sharing your Code
desc: Take a locally created Git repository and upload it to GitHub to share with others.
- name: Contributing
desc: Fork an existing project, add a feature and send a pull request to the maintainer.
- name: Customizing
desc: Use the existing or custom post-receive hooks and the API to customize your Git workflow.
- name: Maintaining a Project
desc: Accept pull requests and foster an active community around your GitHub project.