summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2010-06-22 10:38:43 +0200
committerMichael Prokop <mika@debian.org>2010-06-22 10:38:43 +0200
commit38ee1a01a95be213733d90573edafd1a1363c413 (patch)
tree86bb7a4d3949c33ad502bc2a4a7ae2d6931a7a12
parentf813bd9b1c289a07a23b826d67be87d99fde9465 (diff)
downloadinitramfs-tools-38ee1a01a95be213733d90573edafd1a1363c413.tar.gz
initramfs-tools-38ee1a01a95be213733d90573edafd1a1363c413.zip
maintainer-notes: document "git remote prune origin"
Thanks: maximilian attems <maks@debian.org> Signed-off-by: Michael Prokop <mika@debian.org>
-rw-r--r--docs/maintainer-notes.html7
1 files changed, 7 insertions, 0 deletions
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.
</pre>
</li>
+<li>If a branch is removed from the server it will stay locally. You can get of
+any stale remote branches locally by executing:
+<pre>
+<b>% git remote prune origin</b>
+</pre>
+</li>
+
</ol>
<h3><a name="test">3.3 Test specific branch</a></h3>