@@ -83,28 +83,27 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
83
83
84
84
## Version control basics
85
85
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
+
86
98
### Summary
87
99
* Commits (GitHub.com)
88
100
* Actionable steps (Create, Edit, Remove, Move)
89
101
* Commit messages
90
102
* 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
100
103
* Branches (GitHub.com)
101
104
* Selection menu
102
105
* Listing page
103
106
* Comparison view
104
- * Branches (GitHub for Desktop)
105
- * Create
106
- * Change
107
- * Publish
108
107
109
108
## Local repository interaction
110
109
@@ -116,6 +115,16 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
116
115
* History
117
116
* Syncing (GHfD)
118
117
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
+
119
128
## GitHub workflows
120
129
121
130
### Summary
@@ -151,6 +160,20 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
151
160
* Network graph
152
161
* Activity graph
153
162
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
+
154
177
## GitHub shortcuts
155
178
156
179
### Summary
@@ -164,6 +187,7 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
164
187
### Summary
165
188
* GitHub Issues
166
189
* Milestones
190
+ * Network
167
191
* Pulse
168
192
* Tags, Releases
169
193
* Collaborators
0 commit comments