From 8d39ea84c20d63287d9cc518afddbba458bf1702 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 14 Jan 2016 23:00:06 +0000 Subject: [PATCH] Also allow drupal: --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 2883f07..b1a1cf1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -145,8 +145,10 @@ insteadOf = bb: [url "https://git.drupal.org/project/"] - # Clone from drupal.org using "git clone do:{name}". + # Clone from drupal.org using "git clone do:{name}" + # or "git clone drupal:{name}". insteadOf = do: + insteadOf = drupal: [pull] rebase = true