lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c98c171 2/3: Add some more useful commands


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c98c171 2/3: Add some more useful commands
Date: Sun, 26 May 2019 12:02:48 -0400 (EDT)

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

    Add some more useful commands
---
 gwc/develop1.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index f14280e..8d6a775 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -66,6 +66,12 @@ git fetch xanadu
 
 git cherry-pick ..xanadu/name_of_pull_request
 
+  # Alternatively, to cherry-pick from an online repository not set up
+  # as a remote:
+
+git fetch https://github.com/thesiv/lmi.git wsl
+git branch ilya-wsl FETCH_HEAD
+
   # Commit to a digressionary branch...
 
   # See:



reply via email to

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