You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workbooks/github-foundations.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,33 @@
1
1
---
2
2
layout: workbook
3
-
title: GitHub Foundations Workbook: An introduction to the GitHub collaboration platform
3
+
title: GitHub Foundations Workbook • An introduction to the GitHub collaboration platform
4
4
description: This workbook will be your companion for the slides of the GitHub Foundations class taught by the [GitHub Training Team](http://training.github.com/) and other educational groups. In this GitHub Training course, you'll learn all the necessary skills to be productive with GitHub and Git in your open source work or daily job assignments.
5
5
---
6
6
7
7
## Version control concepts
8
+
9
+
### DETAILS
8
10
* Git, the information tracker
9
11
* GitHub, the collaboration platform
10
12
* Distributed version control
11
13
12
14
## Ways of interacting with repositories
15
+
16
+
### DETAILS
13
17
* GitHub web flow
14
18
* GitHub GUIs for Mac, Windows
15
19
* Command line
16
20
17
21
## Getting to know GitHub
22
+
23
+
### DETAILS
18
24
* Repository initialization
19
25
* Actionable steps (Create, Edit, Remove, Move)
20
26
* Commits (page)
21
27
22
28
## Version control basics
29
+
30
+
### DETAILS
23
31
* Commits
24
32
* Line-level tracking
25
33
* Commit messages
@@ -30,11 +38,15 @@ description: This workbook will be your companion for the slides of the GitHub F
30
38
* Comparison view
31
39
32
40
## Acquiring repos
41
+
42
+
### DETAILS
33
43
* Clone from web (Clone in Desktop button)
34
44
* Clone via personal repo list in GitHub Desktop
35
45
* Complete "copy" explanation
36
46
37
47
## Local repository interaction
48
+
49
+
### DETAILS
38
50
* Changes (with text editor)
39
51
* Comparison (diff via GHfD)
40
52
* Commits
@@ -43,6 +55,8 @@ description: This workbook will be your companion for the slides of the GitHub F
43
55
* Syncing (GHfD)
44
56
45
57
## GitHub Workflows
58
+
59
+
### DETAILS
46
60
* Forking
47
61
* Reason for forks
48
62
* What it encourages
@@ -60,6 +74,8 @@ description: This workbook will be your companion for the slides of the GitHub F
60
74
* Clone locally with GHfD (optional)
61
75
62
76
## GitHub Visualizations
77
+
78
+
### DETAILS
63
79
* Comparing/Diff-ing
64
80
* Code
65
81
* Prose
@@ -74,6 +90,8 @@ description: This workbook will be your companion for the slides of the GitHub F
0 commit comments