Add date to filename
This commit is contained in:
parent
4757f173e5
commit
ef1b8432d6
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
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-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