Skip to content

Commit 8c537fa

Browse files
author
jordanmccullough
committed
Add new topic sections
1 parent 80656df commit 8c537fa

File tree

1 file changed

+37
-13
lines changed

1 file changed

+37
-13
lines changed

workbooks/github-foundations.md

Lines changed: 37 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,27 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
8383

8484
## Version control basics
8585

86+
### Summary
87+
* Commits
88+
* History marker for file(s), change(s)
89+
* Record of author, time, and message
90+
* Branches
91+
* Container for grouped commits
92+
* Simpler means to integrate change
93+
* Cleaner code review possibilities
94+
* GitHub, local repositories
95+
96+
## GitHub repository interaction
97+
8698
### Summary
8799
* Commits (GitHub.com)
88100
* Actionable steps (Create, Edit, Remove, Move)
89101
* Commit messages
90102
* Listing page on GitHub
91-
* Commits (GitHub for Desktop)
92-
* Managing file on system, reviewing results
93-
* Line-level tracking
94-
* Grouping files
95-
* Synchronizing local commits
96-
* Branches (general)
97-
* Container for grouped commits
98-
* Simpler means to integrate change
99-
* Cleaner code review possibilities
100103
* Branches (GitHub.com)
101104
* Selection menu
102105
* Listing page
103106
* Comparison view
104-
* Branches (GitHub for Desktop)
105-
* Create
106-
* Change
107-
* Publish
108107

109108
## Local repository interaction
110109

@@ -116,6 +115,16 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
116115
* History
117116
* Syncing (GHfD)
118117

118+
* Commits (GitHub for Desktop)
119+
* Managing file on system, reviewing results
120+
* Line-level tracking
121+
* Grouping files
122+
* Synchronizing local commits
123+
* Branches (GitHub for Desktop)
124+
* Create
125+
* Change
126+
* Publish
127+
119128
## GitHub workflows
120129

121130
### Summary
@@ -151,6 +160,20 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
151160
* Network graph
152161
* Activity graph
153162

163+
## GitHub Wikis
164+
165+
### Summary
166+
* Fast documentation authoring for repositories
167+
* Standalone repository
168+
* Easy access from repository navigation
169+
170+
## GitHub Pages
171+
172+
### Summary
173+
* Web page for your repository
174+
* Web page for your account
175+
* Author, edit, launch from GitHub
176+
154177
## GitHub shortcuts
155178

156179
### Summary
@@ -164,6 +187,7 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
164187
### Summary
165188
* GitHub Issues
166189
* Milestones
190+
* Network
167191
* Pulse
168192
* Tags, Releases
169193
* Collaborators

0 commit comments

Comments
 (0)