summaryrefslogtreecommitdiff
path: root/git_rebase_illustrated_with_time_travel.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-12-30 03:02:56 +0100
committerAki <please@ignore.pl>2023-12-30 03:02:56 +0100
commitb334c0b6bcf520ff20ab2a3192b56304c6ffb306 (patch)
tree025843b261791ebdb191a357777396e4a06b0d8f /git_rebase_illustrated_with_time_travel.html
parent178348d704a6186d8ed0485b7909ee9bd5b9ff9d (diff)
downloadignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.zip
ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.gz
ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.bz2
Date and post headers styles changed
Diffstat (limited to 'git_rebase_illustrated_with_time_travel.html')
-rw-r--r--git_rebase_illustrated_with_time_travel.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/git_rebase_illustrated_with_time_travel.html b/git_rebase_illustrated_with_time_travel.html
index 2daee15..0b7d4c6 100644
--- a/git_rebase_illustrated_with_time_travel.html
+++ b/git_rebase_illustrated_with_time_travel.html
@@ -10,11 +10,13 @@
<title>Git Rebase Illustrated With Time Travel</title>
-<nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav>
+<header>
+<nav><a href="https://ignore.pl">ignore.pl</a></nav>
+<time>28 January 2022</time>
+<h1>Git Rebase Illustrated With Time Travel</h1>
+</header>
<article>
-<h1>Git Rebase Illustrated With Time Travel</h1>
-<p class="subtitle">Published on 2022-01-28 16:43:00+01:00
<p>Back in the office days, colleagues and I would have weekly discussions about git which usually ended with comparing
merge to rebase or with me preaching about the dangers of rewriting the history. Let's go back to these times but with
a slight twist. There's already plenty of other in-depth git tutorials and <b>git-rebase</b>(1) is great and you should