Update post date
This commit is contained in:
parent
38f5e63c7b
commit
8bb402b12c
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Easier Git Repository Cloning with insteadOf
|
title: Easier Git Repository Cloning with insteadOf
|
||||||
excerpt: How to simplify 'git clone' commands by using the insteadOf configuration option within your .gitconfig file.
|
excerpt: How to simplify 'git clone' commands by using the insteadOf configuration option within your .gitconfig file.
|
||||||
date: 2019-02-07
|
date: 2019-03-07
|
||||||
tags: [git]
|
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.
|
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.
|
||||||
|
|
Reference in a new issue