-
Notifications
You must be signed in to change notification settings - Fork 6
/
best-commit.html
73 lines (63 loc) · 3.21 KB
/
best-commit.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"/>
<title>git kata</title>
</head>
<body>
<header>
<div class="container">
<h1>git kata</h1>
<h2>git workshops in kata format</h2>
<section id="downloads">
<a href="index.html" class="btn">init</a>
<a href="FAQ.html" class="btn">faq</a>
<a href="index.html#registration" class="btn">registration</a>
<a href="agenda.html" class="btn">agenda</a>
<a href="flyer.html" class="btn">poster</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1 style="">Git Kata - Best Commit</h1>
<p>
1. Wejdź na <a href="https://bitbucket.org/wojtassj/git-kata-registration">repozytorium dotyczące rejestracji</a> i przejdź do sekcji z <a href="https://bitbucket.org/wojtassj/git-kata-registration/commits/all">wszystkimi commitami</a>.
</p>
<p style="text-align: center;">
<a href="http://blog.siwinski.info/wp-content/uploads/2013/03/git-kata-best-commit-11.png"><img class="alignnone size-medium wp-image-1164" style="color: #333333; font-style: normal; line-height: 24px;" alt="git-kata-best-commit-1" src="http://blog.siwinski.info/wp-content/uploads/2013/03/git-kata-best-commit-11-300x207.png" width="300" height="207" /></a>
</p>
<p>
2. Następnie wejdź we wszystkie twoim zdaniem najfajniejsze commity (nie pull requesty!) i...
</p>
<p style="text-align: center;">
<a href="http://blog.siwinski.info/wp-content/uploads/2013/03/git-kata-best-commit-2.png"><img class="alignnone size-medium wp-image-1167" style="color: #333333; font-style: normal; line-height: 24px;" alt="git-kata-best-commit-2" src="http://blog.siwinski.info/wp-content/uploads/2013/03/git-kata-best-commit-2-300x172.png" width="300" height="172" /></a>
</p>
<p>
3. Daj <strong>Approve</strong> na wybranych commitach.
</p>
<p style="text-align: center;">
<a href="http://blog.siwinski.info/wp-content/uploads/2013/03/git-kata-best-commit-3.png"><img class="alignnone size-medium wp-image-1169" style="color: #333333; font-style: normal; line-height: 24px;" alt="git-kata-best-commit-3" src="http://blog.siwinski.info/wp-content/uploads/2013/03/git-kata-best-commit-3-300x182.png" width="300" height="182" /></a>
</p>
<p>
Jeśli okaże się, że nie widzisz przycisku Approve, skontaktuj się z Lukaszem za pomocą <a href="http://siwinski.info/contact.php">tego formularza</a>.
</p>
</section>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-38856054-1");
pageTracker._trackPageview();
} catch (err) {
}
</script>
</body>
</html>