-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGDGU-OSnG-Workshop.html
76 lines (76 loc) · 3.49 KB
/
GDGU-OSnG-Workshop.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Workshop on Open Source and Git | GD Goenka University Coders Club</title>
<link href="gdguosngw.css" type="text/css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Swarup Ghosh">
<meta name="description" content="Official page for Open Source and Git Workshop to be held by GD Goenka University Coders Club for contact and other details.">
</head>
<body>
<table class="top">
<tr>
<td><img src="images/cc_logo.png" class="logo"></td>
<td>GD Goenka University Coders Club</td>
</tr>
</table>
<h1>Workshop on Open Source and Git</h1>
<p>
The workshop is designed to introduce students to the world of open source and
how git perfectly fits into the picture.
</p>
<p>
Aim:
<ul>
<li>To introduce the concept of open source and how it is changing the face of industry</li>
<li>To get acquainted with version control systems</li>
<li>Learn and use git version control tool</li>
<li>Explore GitHub platform features</li>
<li>To understand CI/CD</li>
</ul>
</p>
<p>
What we'll cover:
<ul>
<li>Purpose and Community</li>
<li>Open Source</li>
<li>Agile Development Methodologies</li>
<li>Version Control Systems</li>
<li>Git as a DVCS</li>
<li>Integration with Git and GitHub</li>
<li>Exploring Further!</li>
</ul>
</p>
<p>
Workshop Details:
<ul>
<li>Date: <strong>06-February-2019</strong></li>
<li>Time: <strong>11:00 AM - 01:00 PM</strong></li>
<li>Venue: <strong>Lab B-120, GDGU</strong></li>
</ul>
</p>
<br>
<p>
Facilitator:
<strong>Swarup Ghosh</strong><br>
<a href="mailto:snwg@live.com">snwg@live.com</a>, <a href="tel:91896517827">+91 89615 17827</a>
<br>
<a href="https://github.com/swghosh" target="_blank"><img src="images/github.png" class="social" alt="GitHub" title="GitHub"></a>
<a href="https://in.linkedin.com/in/swgghosh" target="_blank"><img src="images/linkedin.png" class="social" alt="LinkedIn" title="LinkedIn"></a>
<a href="https://twitter.com/SwG_Ghosh" target="_blank"><img src="images/twitter.png" class="social" alt="Twitter" title="Twitter"></a>
<a href="https://medium.com/@swgghosh" target="_blank"><img src="images/medium.png" class="social" alt="Medium" title="Medium"></a>
</p>
<p>
Workshop presentation available <a href="http://gdgu.github.io/opensource-git-workshop/Presentation/">here</a>.
</p>
<br>
<p>
This workshop is recommended for those who are interested in practical software development
and open source contributions. Request you to carry your laptops for attending the workshop. Also, make sure that <a href="https://git-scm.com">git</a> is installed.<br><br>
For registration please contact,<br>
Rahul Shyokand<br>
<a href="tel:918800581956">+91 88005 81956</a>
</p>
</body>
</html>