Deployed df350bc with MkDocs version: 1.1.2

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-17 14:46:55 +05:50
parent f6d79d73f9
commit cc0b7fe117
6 changed files with 42 additions and 135 deletions

View File

@@ -214,6 +214,8 @@
<input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
Github and Hooks
@@ -228,6 +230,8 @@
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
@@ -235,13 +239,6 @@
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#git-with-github" class="md-nav__link">
Git with Github
</a>
</li>
<li class="md-nav__item">
<a href="#hooks" class="md-nav__link">
Hooks
@@ -761,6 +758,8 @@
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
@@ -768,13 +767,6 @@
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#git-with-github" class="md-nav__link">
Git with Github
</a>
</li>
<li class="md-nav__item">
<a href="#hooks" class="md-nav__link">
Hooks
@@ -802,9 +794,7 @@
<h1>Github and Hooks</h1>
<h2 id="git-with-github">Git with Github</h2>
<h1 id="git-with-github">Git with Github</h1>
<p>Till now all the operations we did were in our local repo while git also helps us in a collaborative environment. GitHub is one place on the internet where you can centrally host your git repos and collaborate with other developers.</p>
<p>Most of the workflow will remain the same as we discussed, with addition of couple of things:</p>
<ol>