This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
forked from KirstieJane/friendly-github-intro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
205 lines (197 loc) · 12.2 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Friendly Github Workshop</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,500,500italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/ico" href="https://mozillascience.org/img/favicon.ico">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/javascript/script.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<aside>
<div class="image">
<img src="assets/images/science-fox.svg">
</div>
<nav>
<a class="selected" href="#welcome">Welcome</a>
<a href="#schedule">Schedule</a>
<a href="#presentations">Presentations</a>
<a href="#exercises">Exercises</a>
<a href="#help">Help & code of conduct</a>
<a href="#resources">Resources</a>
</nav>
</aside>
<article>
<div class="logo">
<a href="https://mozillascience.org" title="Mozilla Science Lab">
<img src="assets/images/science-lab-logo.svg" />
</a>
</div>
<h1>A Friendly Github Intro Workshop</h1>
<p><strong>Prepared for UBC, Vancouver, March 2016 & Forked for University of Cambridge, July 2016</strong></p>
<p><strong>Updated at University of Cambridge, January 2017</strong></p>
<p><strong>Updated for MozFellows Bruno and Kirstie's MicroWOW, April 2017</strong></p>
<h2 id="welcome">Welcome!</h2>
<p>
This is a friendly introduction to Github – a free and open source platform that can help you build projects that are collaborative, well documented, and version-controlled.
</p>
<p>
In this workshop we will introduce you to the Github ecosystem and help you get you comfortable navigating basic Github workflows. We will make sure that you leave the workshop aware of the best practices for developing projects on Github (e.g. writing a good “readme” or posting and labeling issues) and an understanding of how Github can help make your projects more readable and accessible.
</p>
<p>
This workshop is developed for anyone looking for a solution to making projects – whether it be your research on arctic glaciers, the materials for an undergraduate course, your PHD thesis, or even a cookbook – more manageable. This workshop is geared towards all skill levels, but first-time and novice users are encouraged and prioritized.
</p>
</div>
<div class="image">
<img src="http://i.imgur.com/CfugmWx.png" alt="mozwow" height="90" width="770">
</div>
<h2 id="schedule">Schedule</h2>
<p>
The schedule can be found in the workshop repository <a href="https://github.com/mozfellows-hack/friendly-github-intro/blob/gh-pages/schedule.md" target="_blank">here</a>.
</p>
<p>
We'd love to have your feedback, so at the end of the workshop please complete <a href="https://goo.gl/forms/dvdjYv3NFrW03Zbd2" target="_blank">this short survey</a>.
</p>
<!-- Links to talks -->
<h2 id=presentations>Presentations</h2>
<p>
The links to the presentations can be found below.
</p>
<ol>
<li><strong><a href="https://docs.google.com/presentation/d/1748N8jrxLavh-JPoukLJFMNLGxdVpgiBGB0712B40LY/edit?usp=sharing" target="blank">Hello & Welcome</a></strong> - Short intro to who we are.</li>
<li><strong><a href="https://docs.google.com/presentation/d/120U_qFLpHMWrC7BQE55pNZbU8lPqa_NDUoNFEpvF67Y/edit?usp=sharing" target="blank">What, Why, and Welcome to Github</a></strong> - In this short presentation, we'll get a brief intro to what GitHub is and some handy terms which well help get you speaking the language of Git/Github.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1VasZl8YsYMfhi1zYaYZ-kWykjp4T-ZqE5YrOImsC_Kg/edit?usp=sharing" target="blank">Working collaboratively With GitHub</a></strong> - In the previous talk, we saw how individually you might work on projects, this talk will show you two pathways for collaborating on GitHub.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1Lqe9GoVLcb3se0Szmybkgi8XOAjKBepPPatANPzFvlY/edit?usp=sharing" target="blank">Working locally using git</a></strong> - In the real world you'll probably want to work on your own computer and then keep the versions on GitHub. In this presentation we show you a sample workflow for keeping track of everything you've done.
<li><strong><a href="https://docs.google.com/presentation/d/1ck0ZPHydsTkTjn_nhaqAiXiM1_uqcIV2i9u5wzfYEWw/edit?usp=sharing" target="blank">More things you can do with GitHub</a></strong> - Here we go through the essential components of a Github Repository. We talk specifically about: readme's, how people can contribute to your project, the code of conduct for your project/community, and licensing your project.</li>
</ol>
<h2 id="exercises">Exercises</h2>
<p>
The links to the workshop exercises can be found below.
</p>
<ol>
<li><a href="exercises/my-first-repo/" target="blank">My First Repo</a>: Make your own repository on GitHub and experiment with issues, branches, commit messages and pull requests.</li>
<li><a href="exercises/my-first-pullrequest/" target="blank">My First Pull Request</a>: Jumping in with your very first open source contribution! Work in pairs to edit a file in your partner's GitHub repository using a pull request.</li>
<li><a href="exercises/working-locally/" target="blank">Working Locally</a>: Add a repository from your own computer and keep it synced with the version online at GitHub.</li>
</ol>
<h2 id="help">Help & code of conduct</h2>
<h3>How can I ask questions?</h3>
<p>
Please feel free to ask any of the facilitators any questions you have - we're here to help!
</p>
<p>
You should also try asking your neighbours as you're working through the exercises. Figuring out how to do this in pairs is much easier than struggling alone!
</p>
<p>
We have a living <a href="https://public.etherpad-mozilla.org/p/2017-04-28-friendly-github-intro">etherpad</a> where we will be collecting any questions from participants and answering either on a rolling basis or after the workshop.
</p>
<p>
Hop on the pad if you've got questions, comments, want to make notes as we're going along, or want to answer any of the questions.
</p>
<h3>Where can I find the workshop Code of Conduct?</h3>
<p>
You can find it <a href="https://www.mozillascience.org/code-of-conduct">here</a>. Remember that this workship is aimed at beginners to git and GitHub, and there's no programming background required. It is very important that we ensure everyone feels welcome and that their contributions are valued. If you do not abide by the code of conduct and treat all members of the workshop with respect you will be asked to leave.
</p>
<h2 id="resources">Useful Resources</h2>
<p>
Here we'll list some persistent resources that you might use throughout the workshop.
</p>
<h3>Getting started with Github</h3>
<ul>
<li>
Friendly Github Workshop Repository
<p><a href="https://github.com/mozfellows-hack/friendly-github-intro">https://github.com/KirstieJane/friendly-github-intro</a></p>
</li>
<li>
Github Help Pages
<p><a href="https://help.github.com/">https://help.github.com</a></p>
</li>
<li>
Github Desktop Guide
<p><a href="https://help.github.com/desktop/guides/">https://help.github.com/desktop/guides</a></p>
</li>
<li>
Ten Simple Rules for Taking Advantage of Git and GitHub
<p><a href="http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004947">http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004947</a></p>
</li>
<li>
Markdown Cheatsheet
<p><a href=" https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet"> https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet</a></p>
</li>
</ul>
<h3>Using git from the command line</h3>
<ul>
<li>
Git Command Line Cheat Sheet
<p><a href="https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf">https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf</a></p>
</li>
<li>
Oh sh*t git
<p><a href="http://ohshitgit.com/">http://ohshitgit.com/</a></p>
</li>
</ul>
<h3>Working collaboratively & leading open source projects</h3>
<ul>
<li>
Open Leadership Training Series
<p><a href="https://mozilla.github.io/open-leadership-training-series">https://mozilla.github.io/open-leadership-training-series</a></p>
</li>
<li>
The Working Open Workshop Repository, Montreal 2017
<p><a href="https://mozillascience.github.io/WOW-2017/index.html">https://mozillascience.github.io/WOW-2017</a></p>
</li>
<li>
The Working Open Workshop Repository, Berlin 2016
<p><a href="http://mozillascience.github.io/working-open-workshop/index.html">http://mozillascience.github.io/working-open-workshop</a></p>
</li>
</ul>
<h3>Example projects</h3>
<ul>
<li>
Example Project: Bionode
<p><a href="http://bionode.io">http://bionode.io</a></p>
</li>
<li>
Example Project: Cookie Recipe
<p><a href="https://github.com/joeyklee/friendly-github-intro/tree/master/examples/chocolate-chip-cookies">https://github.com/joeyklee/friendly-github-intro/tree/master/examples/chocolate-chip-cookies</a></p>
</li>
<li>
Example Project: A Simple Interactive Map Using R
<p><a href="https://github.com/joeyklee/friendly-github-intro/tree/gh-pages/examples/interactive-r-map">https://github.com/joeyklee/friendly-github-intro/tree/gh-pages/examples/interactive-r-map</a></p>
</li>
<li>
Example Project: A Portfolio Template
<p><a href="https://github.com/joeyklee/friendly-github-intro/tree/master/examples/portfolio-template">https://github.com/joeyklee/friendly-github-intro/tree/master/examples/portfolio-template</a></p>
</li>
</ul>
<h3>Community Support</h3>
<ul>
<li>
Mozilla Science Lab
<p><a href="https://mozillascience.org/about">https://mozillascience.org/about</a></p>
</li>
</ul>
<!-- <h2 id="glossary">Glossary</h2>
<section class="glossary">
<section class="term">
<h3>Open Science</h3>
<p>
...
</p>
</section>
<section class="term">
<h3>Open Access</h3>
<p>
...
</p>
</section>
</section> -->
</br>
</li>
</ol>
</article>
</body>
</html>