From 46bf2ade7ad607447abcdb210b34216495893e60 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 18 Jun 2015 11:35:46 +0100 Subject: [PATCH] Added meta description and date --- source/_posts/2015-06-18-updating-forked-github-repos.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_posts/2015-06-18-updating-forked-github-repos.md b/source/_posts/2015-06-18-updating-forked-github-repos.md index 500403a4..cdffd233 100644 --- a/source/_posts/2015-06-18-updating-forked-github-repos.md +++ b/source/_posts/2015-06-18-updating-forked-github-repos.md @@ -1,5 +1,8 @@ --- title: Updating Forked Repositories on GitHub +date: 2015-06-18 11:35:00 +meta: + description: I just had to update a repo that I forked on GitHub. This is how I did it. Did I do it the correct way? tags: - git - github