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.