From 38ee1a01a95be213733d90573edafd1a1363c413 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 22 Jun 2010 10:38:43 +0200 Subject: maintainer-notes: document "git remote prune origin" Thanks: maximilian attems Signed-off-by: Michael Prokop --- docs/maintainer-notes.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/maintainer-notes.html') diff --git a/docs/maintainer-notes.html b/docs/maintainer-notes.html index 9858201..354dece 100644 --- a/docs/maintainer-notes.html +++ b/docs/maintainer-notes.html @@ -180,6 +180,13 @@ on. +
  • If a branch is removed from the server it will stay locally. You can get of +any stale remote branches locally by executing: +
    +% git remote prune origin
    +
    +
  • +

    3.3 Test specific branch

    -- cgit v1.2.3