From 669ca144eebba94630db4b08f08a3cba8fa013b5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 14 Jan 2016 22:19:35 +0000 Subject: [PATCH] Short clone URL for drupal.org --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 106325f..2883f07 100644 --- a/.gitconfig +++ b/.gitconfig @@ -144,6 +144,10 @@ [url "https://bitbucket.org/"] insteadOf = bb: +[url "https://git.drupal.org/project/"] + # Clone from drupal.org using "git clone do:{name}". + insteadOf = do: + [pull] rebase = true