From 171533338a386a6824f88cf8f912ca3cf7b4e48d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 27 Jan 2020 22:24:30 +0000 Subject: [PATCH] Change push.default to current Stop feature branches from pushing directly to `develop`! --- tag-git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-git/gitconfig b/tag-git/gitconfig index 294726e..123b3ac 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -103,7 +103,7 @@ enabled = true [push] - default = upstream + default = current [url "https://git.drupal.org/project/"] insteadOf = do: