Format post front matter and tags

This commit is contained in:
Oliver Davies 2021-07-09 17:32:30 +01:00
parent e36882ee20
commit 861e604a97
162 changed files with 733 additions and 731 deletions

View file

@ -1,10 +1,9 @@
---
title: Back to the future with Gits diff and apply commands
date: 2018-04-23
excerpt:
How to revert files using Git, but as a new commit to prevent force pushing.
excerpt: How to revert files using Git, but as a new commit to prevent force pushing.
tags:
- git
- git
---
This is one of those “theres probably already a better way to do this”