mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 07:28:03 +00:00
Deployed 1c8e9f7 with MkDocs version: 1.0.4
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="../../img/favicon.ico">
|
||||
<title>Git Basics - school_of_sre</title>
|
||||
<title>Git Basics - SchoolOfSRE</title>
|
||||
<link href="../../css/bootstrap-custom.min.css" rel="stylesheet">
|
||||
<link href="../../css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="../../css/base.css" rel="stylesheet">
|
||||
@@ -39,7 +39,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../..">school_of_sre</a>
|
||||
<a class="navbar-brand" href="../..">SchoolOfSRE</a>
|
||||
</div>
|
||||
|
||||
<!-- Expanded navigation -->
|
||||
@@ -50,49 +50,56 @@
|
||||
<a href="../..">Home</a>
|
||||
</li>
|
||||
<li class="dropdown active">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Git <b class="caret"></b></a>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Fundamentals Series <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li class="dropdown-submenu">
|
||||
<a href="#">Git</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li class="active">
|
||||
<a href="./">Git Basics</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../branches/">Working With Branches</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../github-hooks/">Github and Hooks</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Linux Networking <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="dropdown-submenu">
|
||||
<a href="#">Linux Networking</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li >
|
||||
<a href="../../linux_networking/intro/">Introduction</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../linux_networking/dns/">DNS</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../linux_networking/udp/">UDP</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../linux_networking/http/">HTTP</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../linux_networking/tcp/">TCP</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../linux_networking/ipr/">Routing and Conclusion</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
@@ -146,32 +153,38 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Big Data <b class="caret"></b></a>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Data <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li class="dropdown-submenu">
|
||||
<a href="#">Big Data</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/intro/">Introduction</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/overview/">Overview of Big Data</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/usage/">Usage of Big Data techniques</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/evolution/">Evolution of Hadoop</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/architecture/">Architecture of Hadoop</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/tasks/">Tasks and conclusion</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
@@ -187,7 +200,7 @@
|
||||
</li>
|
||||
|
||||
<li >
|
||||
<a href="../../security/network_security/">Network Securuty</a>
|
||||
<a href="../../security/network_security/">Network Security</a>
|
||||
</li>
|
||||
|
||||
<li >
|
||||
@@ -220,18 +233,18 @@
|
||||
<div class="container">
|
||||
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
|
||||
<ul class="nav bs-sidenav">
|
||||
<li class="main active"><a href="#school-of-sre-git">School Of SRE: Git</a></li>
|
||||
<li><a href="#pre-reads">Pre - Reads</a></li>
|
||||
<li><a href="#what-to-expect-from-this-training">What to expect from this training</a></li>
|
||||
<li><a href="#what-is-not-covered-under-this-training">What is not covered under this training</a></li>
|
||||
<li><a href="#training-content">Training Content</a></li>
|
||||
<li class="main active"><a href="#git">Git</a></li>
|
||||
<li><a href="#prerequisites">Prerequisites</a></li>
|
||||
<li><a href="#what-to-expect-from-this-course">What to expect from this course</a></li>
|
||||
<li><a href="#what-is-not-covered-under-this-course">What is not covered under this course</a></li>
|
||||
<li><a href="#course-content">Course Content</a></li>
|
||||
<li><a href="#git-basics">Git Basics</a></li>
|
||||
</ul>
|
||||
</div></div>
|
||||
<div class="col-md-9" role="main">
|
||||
|
||||
<h1 id="school-of-sre-git">School Of SRE: Git</h1>
|
||||
<h2 id="pre-reads">Pre - Reads</h2>
|
||||
<h1 id="git">Git</h1>
|
||||
<h2 id="prerequisites">Prerequisites</h2>
|
||||
<ol>
|
||||
<li>Have Git installed <a href="https://git-scm.com/downloads">https://git-scm.com/downloads</a></li>
|
||||
<li>Have taken any git high level tutorial or following LinkedIn learning courses<ul>
|
||||
@@ -241,17 +254,17 @@
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<h2 id="what-to-expect-from-this-training">What to expect from this training</h2>
|
||||
<h2 id="what-to-expect-from-this-course">What to expect from this course</h2>
|
||||
<p>As an engineer in the field of computer science, having knowledge of version control tools becomes almost a requirement. While there are a lot of version control tools that exist today, Git perhaps is the most used one and this course we will be working with Git. While this course does not start with Git 101 and expects basic knowledge of git as a prerequisite, it will reintroduce the git concepts known by you with details covering what is happening under the hood as you execute various git commands. So that next time you run a git command, you will be able to press enter more confidently!</p>
|
||||
<h2 id="what-is-not-covered-under-this-training">What is not covered under this training</h2>
|
||||
<h2 id="what-is-not-covered-under-this-course">What is not covered under this course</h2>
|
||||
<p>Advanced usage and specifics of internal implementation details of Git.</p>
|
||||
<h2 id="training-content">Training Content</h2>
|
||||
<h2 id="course-content">Course Content</h2>
|
||||
<h3 id="table-of-contents">Table of Contents</h3>
|
||||
<ol>
|
||||
<li>Git Basics</li>
|
||||
<li>Working with Branches</li>
|
||||
<li>Git with Github</li>
|
||||
<li>Hooks</li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/git/git-basics/#git-basics">Git Basics</a></li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/git/branches/">Working with Branches</a></li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/git/github-hooks/#git-with-github">Git with Github</a></li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/git/github-hooks/#hooks">Hooks</a></li>
|
||||
</ol>
|
||||
<h2 id="git-basics">Git Basics</h2>
|
||||
<p>Though you might be aware already, let's revisit why we need a version control system. As the project grows and multiple developers start working on it, an efficient method for collaboration is warranted. Git helps the team collaborate easily and also maintains history of the changes happened with the codebase.</p>
|
||||
|
||||
Reference in New Issue
Block a user