From ef1b8432d6c5fdcb4c6fc813d9cda0c9ff53add8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 26 Jul 2019 19:30:21 +0100 Subject: [PATCH] Add date to filename --- ...> 2019-03-07-easier-git-repository-cloning-with-insteadof.md} | 1 - 1 file changed, 1 deletion(-) rename source/_posts/{easier-git-repository-cloning-with-insteadof.md => 2019-03-07-easier-git-repository-cloning-with-insteadof.md} (99%) diff --git a/source/_posts/easier-git-repository-cloning-with-insteadof.md b/source/_posts/2019-03-07-easier-git-repository-cloning-with-insteadof.md similarity index 99% rename from source/_posts/easier-git-repository-cloning-with-insteadof.md rename to source/_posts/2019-03-07-easier-git-repository-cloning-with-insteadof.md index a18f5faa..be6be7be 100644 --- a/source/_posts/easier-git-repository-cloning-with-insteadof.md +++ b/source/_posts/2019-03-07-easier-git-repository-cloning-with-insteadof.md @@ -1,7 +1,6 @@ --- title: Easier Git Repository Cloning with insteadOf excerpt: How to simplify 'git clone' commands by using the insteadOf configuration option within your .gitconfig file. -date: 2019-03-07 tags: [git] --- When working on client or open source projects, I clone a lot of [Git](https://git-scm.com) repositories - either from GitHub, GitLab, Bitbucket or Drupal.org.