[Pkg-zsh-commits] [zsh] 12/26: Workflow: Move "Keeping the local repository clean" to the end under "General Git Hints"

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 21:14:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 803d6815e83e93d73293341a00d05d5056de0875
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 8 21:54:20 2014 +0200

    Workflow: Move "Keeping the local repository clean" to the end under "General Git Hints"
---
 debian/pkg-zsh-workflow.md | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 970480e..5aebf1e 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -183,20 +183,6 @@ script file. There are a few things to keep in mind:
   suggest how to commit the newly intoduced patch. Season to taste.
 
 
-#### Keeping the local repository clean
-
-Before making changes of any kind, it should be made sure that the
-local repository you are working on is in a clean state. To clean up
-the local repository do this:
-
-     % git clean -xdf
-     % git reset --hard
-
-That will make sure that any non-tracked files are removed and that
-any changes in tracked files are reverted. The latter will also make
-sure that no parts of a quilt patch-queue are still applied.
-
-
 ### Releases
 
 When a change justifies the release of a new package version, the
@@ -470,3 +456,20 @@ Now git will ignore quilt's directory for this repository.
 Unfortunately, this has to be done for each checkout. Luckily, this
 only has an impact for people who want to work on 'pkg-zsh'. Everyone
 else can savely ignore the directory.
+
+
+General Git Hints
+-----------------
+
+### Keeping the local repository clean
+
+Before making changes of any kind, it should be made sure that the
+local repository you are working on is in a clean state. To clean up
+the local repository do this:
+
+     % git clean -xdf
+     % git reset --hard
+
+That will make sure that any non-tracked files are removed and that
+any changes in tracked files are reverted. The latter will also make
+sure that no parts of a quilt patch-queue are still applied.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list