forked from hopbit/git-kata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
368 lines (327 loc) · 15.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
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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html>
<!-- HEADER -->
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="bootswatch/bootstrap.css" media="screen">
<link rel="stylesheet" href="bootswatch/font-awesome.min.css">
<link rel="stylesheet" href="bootswatch/bootswatch.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="css/html5shiv.js"></script>
<script src="css/respond.min.js"></script>
<![endif]-->
<!--
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"/>
-->
<title>Git Kata 2 - Start</title>
</head>
<body>
<!-- MENU -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">Git Kata 2</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown">start <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#mission">Mission</a></li>
<li><a href="#location">Time and place</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<!-- TODO
<li><a href="#partners">Partners</a></li>
-->
<li><a href="#mentors">Mentors</a></li>
<li><a href="#organizers">Organizers</a></li>
</ul>
</li>
<li><a href="faq.html">faq</a></li>
<li><a href="registration.html">registration</a>
<li><a href="agenda.html">agenda</a></li>
<!--<li><a href="flyer.html">poster</a></li>-->
<li><a href="reference.html">reference</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div><!-- /.navbar -->
<div class="container">
<div class="page-header" id="banner">
<div class="row">
<div class="col-lg-2">
<img class="img-responsive" alt="Git Kata 2" src="./images/git-kata-logo.png"/>
</div>
<div class="col-lg-4">
<h1>Git Kata 2</h1>
<p class="lead">Git workshops in kata format</p>
<p class="lead">#gitkata</p>
</div>
<div class="col-lg-6">
<div class="bsa well">
$ cd ~/workshops<br/>
$ mkdir gitkata2<br/>
$ cd gitkata2<br/>
$ mkdir interactive-rebase<br/>
$ cd interactive-rebase<br/>
$ git init<br/>
Initialized empty Git repository in ~/user/workshops/gitkata2/interactive-rebase/.git/<br/>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<section id="main_content">
<hr/>
<!-- ### MISSSION ### -------------------------------------------------------------------------------------- -->
<h1 id="mission">Mission</h1>
<pre><code>$ git init</code></pre>
<p>
Git is an extremely powerful tool, which (and most of you wouldn't agree with) is quite simple at it's core
idea.
This workshops are there to help you master git usage, help you understand it's core ideas
and create a space for sharing knowledge about Git version control system.
<br/>
<br/>
Welcome!
</p>
<hr/>
<!-- ### LOCATION ### --------------------------------------------------------------------------------------- -->
<h1 id="location" class="section_header">Time and place</h1>
<pre><code>$ git cherry-pick LOCATION</code></pre>
<p>
Location is not set yet.
<!--
Git kata takes place on <span style="font-weight: bolder; color: #b5e853">Saturday, March, 23rd</span>.
You may sleep well as we'll be starting about 11am.
<br/><br/>
</p>
<p>
<a href="http://www.hardgamma.com/gammafactory/">GammaFactory</a>
</p>
<p> Hoża 51, Warsaw</p>
-->
<hr/>
<!-- ### AGENDA ### --------------------------------------------------------------------------------------- -->
<h3 id="agenda" class="section_header">Agenda</h3>
<ul>
<li>11.00 Opening</li>
<li>11.30 Workshops</li>
<li>13.50 Lunch</li>
<li>14.50 More Workshops</li>
<li>19.00 Beer</li>
</ul>
<!--
See the <a href="agenda.html">precise agenda</a>.
-->
<br/><br/>
<hr/>
<!-- ### SPONSORS ### --------------------------------------------------------------------------------------- -->
<h1 id="sponsors" class="section_header">Sponsors</h1>
<pre><code>$ git help</code></pre>
<p>Wanna be a sponsor of this event? Contact <a href="./contact.html">organizers</a>
<!--
The event in completely free thanks to these companies:
<p class="sponsor">
<img src="images/sponsors/macoscope.png" /><br/>
<img src="images/sponsors/polidea.gif" /><br/>
<img src="images/sponsors/codility.png" /><br/>
<img src="images/sponsors/touk.png" /><br/>
</p>
-->
<br/>
<br/>
<!--
After the event we will go and have a beer.<br/><br/>
During the training you will be able to win some
beer coupons thanks to
<p style="text-align: center;">
<img src="images/sponsors/megiteam.png" style="height: 40px;"/>
</p>
-->
<hr/>
<!-- ### PARTNERS ### ------------------------------------------------------------------------------- -->
<!--
<h1 id="partners" class="section_header">Partners</h1>
<pre><code>$ git add -p</code></pre>
<p style="text-align: center;">
<a target="_blank" href="http://warszawa.jug.pl/"><img src="images/wjug_background.png" alt="Warszawa Java User Group"/></a>
</p>
<p style="text-align: center;">
<a target="_blank" href="https://plus.google.com/105909141177271768718/posts"><img src="images/gdg.png" alt="GDG Warsaw" width="400"/></a>
</p>
-->
<hr/>
<!-- ### MENTORS ### ------------------------------------------------------------------------------- -->
<h1 id="mentors" class="section_header">Mentors</h1>
<pre><code>$ git config --global user.name </code></pre>
<p>If You think that You can be a mentor, just contact <a href="#organizers">with one of us</a>
<ul>
<li>Jakub Nabrdalik</li>
<li>Adam Pierzchała</li>
<li>Piotr Bekier</li>
<li>Piotr Jasiun</li>
<li>Krzysztof Adamski</li>
</ul>
<!--
<h3>Mateusz Harasymczuk</h3>
<p>
<img src="images/mentors/matt.jpg" class="mentor_photo" />
Hi, my name is Matt and I am an Developer Evangelist.
I try to commit to my work and every single task. It gives me a huge
satisfaction and power to live my life. Moreover I try to share my
passion with my colleagues and everyone around me. I really do believe
in team work. I hope, that I'll be able to infect you with my
optimism. In return I expect to learn as much as it is possible from
you!<br/>
I really do believe in Agile, Scrum, Clean Code, Strict Coding Styles
and Open Standards!
</p>
<br/>
<hr/>
<h3>Jakub Nabrdalik</h3>
<p>
<img src="images/mentors/jakubN.jpg" class="mentor_photo" />
I am a software developer who cares about Software Craftsmanship and Domain Design.
I've been Practicing Test-driven development and Pair programming since 2005.
I work at <a href="http://touk.pl">TouK</a>, where I code (Groovy and Java),
lead teams, manage projects and do other fun stuff. Sometimes I also give talks
at Java conferences, WJUG meetings, and hackathons. I strongly believe in benefits of good work,
clean code and maintainable software.
<br/>You can find my blog at <a href="http://blog.solidcraft.eu">blog.solidcraft.eu</a>.
</p>
<br/>
<hr/>
<h3>Wojtek Erbetowski</h3>
<p>
<img src="images/mentors/wojtek.jpg" class="mentor_photo" />
I am a co-leader of Warsaw Java User Group, organizer of Warsjava 2012, Warsaw CodeRetreat 2013,
NameCollision hackathon and Git kata workshops. I work in
<a href="http://polidea.pl">Polidea</a> as a backend development technical leader,
programming with Groovy, Python, Scala and Java.
<br/><br/>Grab a good opportunity to talk to me about upcoming dev events and Git development.
</p>
<br/>
<hr/>
<h3>Lukasz Siwinski</h3>
<p>
<img src="images/mentors/lukasz.jpg" class="mentor_photo" />
<a href="http://siwinski.info">I</a> live in Warsaw, day by
day planting and weeding code in
<a href="http://pekao.com.pl">Pekao S.A.</a>, usually with Java
on JEE platform. I consider Eclipse, Vim and Shell as my favourite
tools. I'm addicted to very short aliases & keyboard
shortcuts.<br/><br/>
In spare time I like to learn new tools and programming languages.
Lately Git is the toy of choice and it's more and more
inteteresting the more I learn about it.<br/><br/>
Apart of above I write
<a href="http://blog.siwinski.info">blog</a> about things that
are useful and relevant for me, learn to play the guitar
and continously expand my music collection. I had lead a couple
nice parties as <a href="http://rdj.pl">DJ</a>.
</p>
<br/>
<hr/>
<h3>Kamil Trzciński</h3>
<p>
<img src="images/mentors/kamil.jpg" class="mentor_photo" />
I am a passionate graphics and mobile developer. I specialize in programming graphics algorithms, network and security solutions, virtualization technologies, Android and Windows Phone mobile applications. I am very keen to discover new technologies which allows me to further extend my experience. The latest of my discoveries is git, which in my opinion, is one of the best versioning tools available.
<br/><br/>
Want to find more about me? Go to: <a href="http://ayufan.eu/">http://ayufan.eu/</a>
</p>
<br/>
<hr/>
<h3>Michał Bareja</h3>
<p>
<img src="images/mentors/michal_bareja.jpg" class="mentor_photo" />
<ul>
<li>Java and Ruby developer who is always focused on delivering code of the highest possible quality.</li>
<li>Big fan of Agile methodologies, Test Driven Development and Specification by Example.</li>
<li>Recently joined Pragmatists team.</li>
</ul>
<br/><br/>
Favorite git command:
<br/><pre><code>git config --global branch.autosetuprebase always</code></pre>
<br/>
</p>
<br/>
<hr/>
<h3>Marcin Zajączkowski</h3>
<p>
<a href="http://blog.solidsoft.info/">
<img src="images/mentors/marcin_zajaczkowski.jpg" class="mentor_photo" />
</a>
<ul>
<li>I am an experienced architect who specializes in creating high quality software. Being under the impression of the Agile methodologies and the Software Craftsmanship movement, I believe in the value of good, testable and maintainable code. I aim to forge good software that makes the client delighted and the team proud of how the code itself looks.</li>
<li>In my teaching, as a conference speaker, college lecturer, IT mentor and trainer, I show how to guide software development effectively using tests (with TDD, pair programming, Clean Code, design patterns, etc.) and maintaining a quality-oriented development environment (with CI, Sonar, automatic deployment, etc.).</li>
<li>I am also a FOSS projects author and contributor, a Linux enthusiast.</li>
<li>I blog at: <a href="http://blog.solidsoft.info/">http://blog.solidsoft.info/</a>.</li>
</ul>
</p>
<br/>
<hr/>
<h3>Grzegorz Kubiak</h3>
<p>
<a href="http://pl.linkedin.com/in/grzegorzkubiak">
<img src="images/mentors/grzegorz_kubiak.jpg" class="mentor_photo" />
</a>
I am a Java developer who always tries new experiences. I have had
adventures with Android and C++. I have written my own domain specific
language with antlr3. Some time ago I have started using git. At the
git-kata workshops I am going to show you few interesting commands
which I found being very useful.
<br/><br/>
Besides all, I am also happy user of Gentoo Linux :)
</p>
<hr/>
<h3>Mateusz Grzechociński</h3>
<p>
<a href="http://about.me/mateuszgrzechocinski">
<img src="images/mentors/mateusz_grzechocinski.jpg" class="mentor_photo" />
</a>
<br/>
I started as a Java developer around 6 years ago. I was working mostly in <a href="http://javart.eu">Javart</a>,
on the server side, where I introduced new workflow with code-review based on git and
<a href="http://code.google.com/p/gerrit/">Gerrit</a>.
In the meantime, first Android device has appeared in my pocket.
Step by step I eventually moved to the mobile world
and have joined <a href="http://polidea.pl">Polidea</a> team recently.
<br/>Git followed me. No other tool has made such a difference to me as git towards svn.
I love its simplicity, speed and technology agnosticism!
<br/><br/>Favourite git command:
<pre><code>$ git rerere</code></pre>
</p>
-->
</p>
<hr/>
<!-- ### ORGANIZERS ### -------------------------------------------------------------------------------- -->
<h1 id="organizers" class="section_header">Organizers</h1>
<pre><code>$ git blame </code></pre>
<p style="text-align: center;">
<ul>
<li><a href="http://erbetowski.pl">Wojtek Erbetowski</a></li>
<li><a href="https://plus.google.com/101251254379732533453/about">Maciej Sawicki</a></li>
<li><a href="http://siwinski.info">Łukasz Siwiński</a></li>
<li><a href="#">Adam Chudzik</a></li>
<li><a href="#">Wojciech Korzeniewski</a></li>
</ul>
</p>
<hr/>
</section>
</div>
<script src="bootswatch/jquery.min.js"></script>
<script src="bootswatch/bootstrap.min.js"></script>
<script src="bootswatch/bootswatch.js"></script>
</body>
</html>