-
Notifications
You must be signed in to change notification settings - Fork 0
/
git-zero-to-rebase.html
65 lines (55 loc) · 2.99 KB
/
git-zero-to-rebase.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
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300|Raleway:400,700" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<title>Git guide: Zero to Rebase</title>
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Git guide: Zero to Rebase | oyvn</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Git guide: Zero to Rebase" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The aim of this guide is to make you more comfortable with git without having to read a whole book. I will do this by giving you more of an “inside tour” of the inner workings of git." />
<meta property="og:description" content="The aim of this guide is to make you more comfortable with git without having to read a whole book. I will do this by giving you more of an “inside tour” of the inner workings of git." />
<link rel="canonical" href="https://oyvn.github.io/git-zero-to-rebase" />
<meta property="og:url" content="https://oyvn.github.io/git-zero-to-rebase" />
<meta property="og:site_name" content="oyvn" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2020-08-29T19:00:00+02:00" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://oyvn.github.io/git-zero-to-rebase"},"@type":"BlogPosting","url":"https://oyvn.github.io/git-zero-to-rebase","dateModified":"2020-08-29T19:00:00+02:00","datePublished":"2020-08-29T19:00:00+02:00","headline":"Git guide: Zero to Rebase","description":"The aim of this guide is to make you more comfortable with git without having to read a whole book. I will do this by giving you more of an “inside tour” of the inner workings of git.","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<script>
window.onload = function(){setTimeout(function(){window.location.href = window.location.href.replace("oyvn.github.io", "oyvn.no")}, 5000)};
</script>
</head>
<body>
<main class="container">
<section class="about">
<a href="https://oyvn.no"><img src="/assets/portfolio.png" alt="Oh yes, very nerd"></a>
<h2 id="title">
<a href="https://oyvn.no">Oh yes, very nerd</a>
</h2>
<p class="tagline"></p>
<ul class="social"></ul><nav class="navigation">
<ul>
<li>
<a href="/index">Home</a>
</li>
<li>
<a href="/about">About</a>
</li>
</ul>
</nav><p>©
2020</p></section>
<section class="content">
<div class="post-container">
<p>oyvn.github.io has moved to <a href="https://oyvn.no">oyvn.no</a>. Redirecting in 5 seconds</p>
</div>
</section>
</main>
</body>
</html>