lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d9f9215: Add instructions for deleting tempor


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d9f9215: Add instructions for deleting temporary git branches
Date: Wed, 4 Apr 2018 13:47:36 -0400 (EDT)

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

    Add instructions for deleting temporary git branches
---
 gwc/develop1.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index bb95b37..f5279a3 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -79,6 +79,8 @@ git checkout odd/foo
 git commit sandbox_test.cpp
 git checkout master
 git push origin odd/foo
+  # (to expunge branch if later cherry-picked)
+git push origin --delete odd/foo
 
   # ...for failing unit tests that are to be...
 



reply via email to

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