lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 51bfb74 5/5: Make some git commands more regu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 51bfb74 5/5: Make some git commands more regular and robust
Date: Mon, 2 Nov 2020 17:01:13 -0500 (EST)

branch: master
commit 51bfb74083a46c3a884153f918cf599055c6b17f
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Make some git commands more regular and robust
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2020-10/msg00100.html
---
 gwc/develop2.txt | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index a72f83e..6a07e6e 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -32,7 +32,7 @@ git commit --all -m"Another set of changes"
   # When everything is ready to share...
 
 cd /opt/lmi/proprietary
-git bundle create YourBundleName origin/master..HEAD --branches
+git bundle create YourBundleName origin/master..HEAD
   # for example (substitute your own initials)
 git bundle create /opt/lmi/blessed/$(date -u +'%Y%m%dT%H%MZ')-gwc.bundle 
origin/master..HEAD --branches
 
@@ -44,12 +44,6 @@ git push
 
 cd /opt/lmi/proprietary
 git bundle verify /path/where/you/saved/TheirBundleName
-git pull /path/where/you/saved/TheirBundleName
-
-  # [if git-pull fails with
-  #   fatal: Couldn't find remote ref HEAD
-  # try adding 'master at the end...
-
 git pull /path/where/you/saved/TheirBundleName master
 
   # ...then synchronize your "blessed" repository with your correspondent's



reply via email to

[Prev in Thread] Current Thread [Next in Thread]