[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master e67ff1a8 1/2: Document a handy command
|
From: |
Greg Chicares |
|
Subject: |
[lmi-commits] [lmi] master e67ff1a8 1/2: Document a handy command |
|
Date: |
Mon, 21 Mar 2022 16:03:11 -0400 (EDT) |
branch: master
commit e67ff1a84ef0691d108af26109f5333de17d103c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
Document a handy command
---
gwc/develop1.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 71ac7803..ef12aca1 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -190,6 +190,11 @@ git pull
git pull --rebase
+ # Update local submodules that have been changed on a remote origin.
+
+git pull
+git submodule update
+
# If msw sets an incorrect executable bit, and you accidentally
# commit it (without first running 'make check_concinnity', which
# would catch the error), fix it thus: