lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8d201fa: Make some git commands more comprehe


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8d201fa: Make some git commands more comprehensible
Date: Fri, 10 Nov 2017 17:51:24 -0500 (EST)

branch: master
commit 8d201fa6a283efe0cb7f98d4c0ce8e72081c593a
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make some git commands more comprehensible
    
    Prefer 'r1..r2' to the less clear '^r1 r2'. See:
      http://lists.nongnu.org/archive/html/lmi/2017-11/msg00018.html
---
 gwc/develop2.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index 958e626..0d8dca2 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -31,9 +31,9 @@ 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 --branches
   # 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
+git bundle create /opt/lmi/blessed/$(date -u +'%Y%m%dT%H%MZ')-gwc.bundle 
origin/master..HEAD --branches
 
   # Email that bundle, then push the changes to your "blessed" repository
 



reply via email to

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