From 022e9e222c8bbf76d2e86c6e73c8b65fb3fd53cf Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 3 Mar 2016 11:03:36 +0200 Subject: [PATCH] - Specify remote branch (master) of git submodules. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 2af81c9..8af80e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule "Documents/Shore/ssl-ca"] path = Documents/Shore/ssl-ca url = https://www.shore.co.il/cgit/ssl-ca/ + branch = master [submodule "Documents/Shore/ssh-ca"] path = Documents/Shore/ssh-ca url = https://www.shore.co.il/cgit/ssh-ca/ + branch = master [submodule "Documents/Shore/bundle_certs"] path = Documents/Shore/bundle_certs url = https://www.shore.co.il/cgit/bundle_certs/ + branch = master -- GitLab