This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git


The following commit(s) were added to refs/heads/master by this push:
     new d2060cc  syncing submodules
d2060cc is described below

commit d2060cc2f2768238259387fe8a6153257e418151
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Dec 7 14:49:06 2021 +0100

    syncing submodules
---
 .gitmodules | 1 +
 README.md   | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 1c4eb17..d37ec83 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -57,3 +57,4 @@
 [submodule "upload"]
        path = upload
        url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-upload.git
+       branch = master
diff --git a/README.md b/README.md
index effab5b..168291a 100644
--- a/README.md
+++ b/README.md
@@ -39,10 +39,15 @@ Hint: To limit history e.g. to 10 commits add --depth 10.
 To update all submodules: 
 
      git pull --recurse-submodules 
-
+     
 or equivalently:
 
     git submodule update --init --remote 
+    
+    git submodule sync
+    
+or:
+    git submodule foreach git pull
      
 To init or merge and fast-forward a single module:
 

Reply via email to