savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [423] Move git cleanup into own section


From: bob
Subject: [Savannah-cvs] [423] Move git cleanup into own section
Date: Thu, 1 Oct 2020 21:01:03 -0400 (EDT)

Revision: 423
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=423
Author:   rwp
Date:     2020-10-01 21:01:02 -0400 (Thu, 01 Oct 2020)
Log Message:
-----------
Move git cleanup into own section

Oops.  I let the cleanup instructions attached to the wrong section.
Move that to its own section.  Otherwise things were a very confusing
read.

Modified Paths:
--------------
    trunk/sviki/Git.mdwn

Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn        2020-10-02 00:57:13 UTC (rev 422)
+++ trunk/sviki/Git.mdwn        2020-10-02 01:01:02 UTC (rev 423)
@@ -175,6 +175,21 @@
 bug tickets, write a closing email response, make a reply on IRC, or
 whatever is needed.
 
+Cleaning Up
+-----------
+
+Verify that the changes made are correct.  Better to leave the broken
+branch around for a while than to remove it too soon and lose
+something that should not have been lost.  I recommend being in no
+hurry to hard delete things.  Perhaps it never needs to be deleted.
+
+Later when all is okay only then to clean up and discard the broken
+branch do the following.  This uses the "-D" which is a shortcut
+abbreviation for "--delete --force" and one should always be careful
+when using force.
+
+    git branch -D master-broken
+
 Fixing git HEAD problems
 ------------------------
 
@@ -202,15 +217,6 @@
     * master
       master-broken
 
-Verify that the change is correct.  Better to leave the broken branch
-around for a while than to remove it too soon and lose something that
-should not have been lost.  I recommend being in no hurry to hard
-delete things.  Then clean up and discard the broken branch do the
-following.  This uses the "-D" which is a shortcut abbreviation for
-"--delete --force" and one should always be careful when using force.
-
-    git branch -D master-broken
-
 Task List
 ---------
 




reply via email to

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