[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 2ed403e 3/3: Add a 'git bundle' example
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 2ed403e 3/3: Add a 'git bundle' example |
Date: |
Thu, 8 Dec 2016 13:12:34 +0000 (UTC) |
branch: master
commit 2ed403eabf6e732c60bfc9ceaf193700050e1736
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Add a 'git bundle' example
---
gwc/develop2.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index 90c4c7e..cb741d6 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -32,6 +32,8 @@ git commit --all -m"Another set of changes"
cd /opt/lmi/proprietary
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
# Email that bundle, then push the changes to your "blessed" repository