An Ultimate guide to GitHub
<h2><span style="background-color: #f1c40f;"><strong>What will you learn in this lab?</strong></span></h2>
<ul style="list-style-type: square;">
<li><span style="background-color: #ffffff;">What is GitHub?</span></li>
<li><span style="background-color: #ffffff;">How to get started?</span></li>
<li><span style="background-color: #ffffff;">How does it work?</span></li>
<li><span style="background-color: #ffffff;">GitHub terminologies</span></li>
<li><span style="background-color: #ffffff;">From creating an account to making your first pull request</span></li>
</ul>
<p><span style="background-color: #ffffff;">Let's get started!</span></p>
<p><strong><span style="background-color: #ffffff;">What is GitHub?</span></strong></p>
<ul>
<li><span class="JsGRdQ">GitHub is a code hosting platform for version control and collaboration. You can collaborate with your friends, with people of your interests and build together.</span></li>
<li><span class="JsGRdQ">It lets you and others work together on projects from anywhere. You can contribute to various Open Source projects and projects from various other organisations.</span></li>
<li><span class="JsGRdQ">GitHub keeps a record of all the changes made to your project.</span></li>
</ul>
<p><strong><span style="background-color: #ffffff;">How does it work?</span></strong></p>
<ul>
<li><span class="JsGRdQ">It works on Version control, also known as source control, is the practice of tracking and managing changes to software code.</span></li>
<li><span class="JsGRdQ">Version control systems are software tools that help software teams manage changes to source code over time.</span></li>
<li><span class="JsGRdQ">Here, Git is an Open Source Distributed Version Control System on which GitHub is hosted. In simple words, Git:GitHub like Email:Gmail .</span></li>
</ul>