-
Notifications
You must be signed in to change notification settings - Fork 2
/
outline.html
309 lines (287 loc) · 10 KB
/
outline.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html><html><head><meta charset="utf-8"><style>html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body{
color:#444;
font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman',
"Hiragino Sans GB", "STXihei", "微软雅黑", serif;
font-size:12px;
line-height:1.5em;
background:#fefefe;
width: 45em;
margin: 10px auto;
padding: 1em;
outline: 1300px solid #FAFAFA;
}
a{ color: #0645ad; text-decoration:none;}
a:visited{ color: #0b0080; }
a:hover{ color: #06e; }
a:active{ color:#faa700; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }
span.backtick {
border:1px solid #EAEAEA;
border-radius:3px;
background:#F8F8F8;
padding:0 3px 0 3px;
}
::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}
a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}
p{
margin:1em 0;
}
img{
max-width:100%;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
color:#111;
line-height:1em;
}
h4,h5,h6{ font-weight: bold; }
h1{ font-size:2.5em; }
h2{ font-size:2em; border-bottom:1px solid silver; padding-bottom: 5px; }
h3{ font-size:1.5em; }
h4{ font-size:1.2em; }
h5{ font-size:1em; }
h6{ font-size:0.9em; }
blockquote{
color:#666666;
margin:0;
padding-left: 3em;
border-left: 0.5em #EEE solid;
}
hr { display: block; height: 2px; border: 0; border-top: 1px solid #aaa;border-bottom: 1px solid #eee; margin: 1em 0; padding: 0; }
pre , code, kbd, samp {
color: #000;
font-family: monospace;
font-size: 0.88em;
border-radius:3px;
background-color: #F8F8F8;
border: 1px solid #CCC;
}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 5px 12px;}
pre code { border: 0px !important; padding: 0;}
code { padding: 0 3px 0 3px; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 2em; }
li p:last-child { margin:0 }
dd { margin: 0 0 0 2em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
@media only screen and (min-width: 480px) {
body{font-size:14px;}
}
@media only screen and (min-width: 768px) {
body{font-size:16px;}
}
@media print {
* { background: transparent !important; color: black !important; filter:none !important; -ms-filter: none !important; }
body{font-size:12pt; max-width:100%; outline:none;}
a, a:visited { text-decoration: underline; }
hr { height: 1px; border:0; border-bottom:1px solid black; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; padding-right: 1em; page-break-inside: avoid; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page :left { margin: 15mm 20mm 15mm 10mm; }
@page :right { margin: 15mm 10mm 15mm 20mm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}
</style><title>outline</title></head><body><h1 id="github-for-cats-presentation-outline">GitHub for Cats Presentation Outline</h1>
<p><em>CORE: Start Using GitHub Today</em></p>
<p><em>LEAD: Teams that use GitHub unlock their true collaborative potential</em></p>
<p><em>Question: How can using GitHub benefit me and my team?</em></p>
<p><strong>LESS DETAIL MORE IDEAS</strong></p>
<p><em>Here is how to get started. Never more than 1 half step ahead of beginner.</em></p>
<h2 id="github-at-a-glance">GitHub at a Glance</h2>
<ul>
<li>GitHub is the new standard. So many people are using it and it has become a requirement for many tech jobs<ul>
<li>5.5M developers</li>
<li>16.4M hosted projects</li>
<li>Site features a 99.69% uptime.</li>
</ul>
</li>
<li>Logo is the Octocat, a cross between a cat and an octopus: http://octodex.github.com/</li>
<li>GitHub provides a centralized medium for programmers to share code.</li>
<li>Create public and private repos, served over https or SSH (Matrix of pub vs priv)</li>
<li>Adds a social aspect to coding</li>
</ul>
<h2 id="what-is-version-control">What is version control?</h2>
<p><em>"A brief, and vastly incomplete history of Version Control Throughout the ages"</em></p>
<p>AKA Revision control, SOurce COntrol</p>
<p>Lets say you need to write your Final Essay for a class.</p>
<p><strong>Old Version Control for Essay</strong></p>
<p><em>"In the beginning.."</em></p>
<ul>
<li>
<p><strong>TERMINOLOGY:</strong> Repo</p>
</li>
<li>
<p>Start by versioning the name</p>
</li>
<li>Now you have 20 files and you don't know which is which</li>
</ul>
<p><strong>Using Git for the Essay</strong></p>
<p><em>Distributed Version Control system built on an open source platform where the files are located at a centralized server but you pull down a local copy and submit patches back to the centralized location with your local modifications</em></p>
<ul>
<li>
<p><strong>TERMINOLOGY:</strong> Clone, Commit, Pull <em>(Schema: Photocopying)</em></p>
</li>
<li>
<p>Now you keep the same file name but can review old versions of the essay from any point in time</p>
</li>
<li>1 file, with a History</li>
</ul>
<p><strong>Using GitHub for the Essay</strong></p>
<ul>
<li>
<p><strong>TERMINOLOGY:</strong> Fork</p>
</li>
<li>
<p>You distribute it for free online</p>
</li>
<li>Anyone in the world can improve your essay now</li>
<li>They can submit fixes or add additional content to make it utterly amazing.</li>
</ul>
<h2 id="why-use-github">Why use GitHub?</h2>
<ul>
<li>Built-in Project management Tools<ul>
<li>Collaboration with permission system</li>
<li>Wikis</li>
<li>Issue Tracking</li>
<li>Code Review</li>
</ul>
</li>
<li>Handles large projects with ease</li>
<li>No checking files in and out to modify them. Editing the same file simultaneously</li>
<li>Long distance collaboration (Guy from UK that enhanced my plugin)</li>
<li>History of Every change to every file</li>
<li>Offline editing (airplane submarine), keeps a lit of all of your revisions until you are ready to commit</li>
<li>Fast workflow</li>
<li>GitHub isn't just for code, you can use it for documents and images as well. replaces that list of 12 versions of the same document with increasingly long file names</li>
<li>You don’t have to take my word on it: Android, jQuery, etc etc</li>
</ul>
<p><strong>ITS official stance on GH</strong></p>
<ul>
<li>If no official word, its “In the works”</li>
</ul>
<h2 id="use-case-1-rwd-sprint">Use Case #1 - RWD Sprint</h2>
<ul>
<li>3 Weeks full time</li>
<li>Collaborators = 10</li>
<li>Commits = 1700</li>
<li>Issues = 899</li>
<li>Deliverables:<ul>
<li>Alpha version of a RWD framework</li>
<li>Getting started with RWD website</li>
<li>Demos of useful RWD techinques</li>
</ul>
</li>
</ul>
<h2 id="setup-github">Setup GitHub</h2>
<ul>
<li>Create GH account</li>
<li>Install GitHub GUI (windows)<ul>
<li>Add Username</li>
</ul>
</li>
<li>GUI Overview<ul>
<li>Categories</li>
<li>Local category</li>
<li>GitHub Username Category</li>
<li>Repo list</li>
<li>Repo Screen</li>
<li>Commits</li>
<li>Diffs</li>
<li>Sync</li>
</ul>
</li>
</ul>
<h3 id="creating-a-repo">Creating a Repo</h3>
<ul>
<li>Copy in existing project</li>
<li>Publish it</li>
<li>Done.</li>
</ul>
<h2 id="making-changes">Making Changes</h2>
<ul>
<li>Committing 101<ul>
<li>Metaphor: A snapshot in time. "This" is what this code was like at this point in time.</li>
<li>Have the ability to create review and revert snapshots</li>
</ul>
</li>
<li>Make a small change in project</li>
<li>See the change detailed line by line</li>
<li>Commit the changes, and sync back to GH</li>
</ul>
<h2 id="use-case-2-dmv-rwd-sprint">Use Case #2 - DMV RWD Sprint</h2>
<ul>
<li>2 Days full time, 1 week part time.</li>
<li>8 Collaborators</li>
<li>256 Commits</li>
<li>278 Issues Closed</li>
<li>Deliverables:<ul>
<li>fully responsive Registration Renewal Application</li>
</ul>
</li>
</ul>
<h3 id="github-com-overview">GitHub.com Overview</h3>
<ul>
<li>News Feed</li>
<li>Browse repos<ul>
<li>Stars</li>
</ul>
</li>
<li>Following people</li>
<li>Fork</li>
</ul>
<h2 id="forking-repos">Forking repos</h2>
<p><em>GH is social, all code that is made publically available is at your fingertips</em></p>
<ul>
<li>Find Twitter Bootstrap</li>
<li>Fork it</li>
<li>View in GHW</li>
<li>Can make changes to it now and use them for yourself</li>
<li>or make a bug fix and send changes back to them to fix it.</li>
</ul>
<h2 id="other-useful-features-for-teams">Other Useful Features for Teams</h2>
<h3 id="issue-tracker">Issue Tracker</h3>
<ul>
<li>New Issue</li>
<li>Track bugs</li>
<li>Track feature requests</li>
<li>Get Notifications from all issues, comments, closing, re-opening</li>
</ul>
<h3 id="pulse">Pulse</h3>
<ul>
<li>Overview of activity of repo over time<ul>
<li>Requests to modify code (pull requests)</li>
<li>Open/closed isses</li>
<li>Graph of individual contributions</li>
</ul>
</li>
</ul>
<h2 id="google-these-advanced-techniques">Google these Advanced Techniques</h2>
<ul>
<li><a href="https://help.github.com/articles/using-pull-requests">Pull Requests</a></li>
<li><a href="https://www.atlassian.com/git/workflows">Branching Workflows</a></li>
<li><a href="http://pages.github.com/">GitHub Pages</a></li>
<li><a href="https://github.com/blog/1559-github-s-on-your-phone">Mobile GH</a></li>
<li><a href="http://www.gitguys.com/topics/merging-with-a-conflict-conflicts-and-resolutions/">Merge Conflicts</a></li>
</ul>
<h2 id="further-resources">Further Resources</h2>
<p><a href="http://thkoch2001.github.io/whygitisbetter">Why is it better?</a></p>
<p><a href="http://git-scm.com/about">Awesome features of Git</a></p>
<p><a href="http://try.github.io">Trygit</a></p>
<p><a href="http://git-scm.com/book">ProGit Book</a></p></body></html>