From: Tomek Mrugalski Date: Wed, 11 Jan 2012 17:07:20 +0000 (+0100) Subject: [1541] Comment about pruning remote origin added. X-Git-Tag: trac2351_base~226^2~116^2~119^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=803c513e70af98eb71d4fcd954ae1714b6f1c968;p=thirdparty%2Fkea.git [1541] Comment about pruning remote origin added. --- diff --git a/tools/git-obsolete-branch.py b/tools/git-obsolete-branch.py index 5abd4803f1..68ca51e95d 100755 --- a/tools/git-obsolete-branch.py +++ b/tools/git-obsolete-branch.py @@ -17,6 +17,11 @@ # # This script lists obsolete (fully merged) branches. It is useful for periodic maintenance # of our GIT tree. + +# It is good to use following command before running this script: +# +# git pull +# git remote prune origin # # This script requires python 2.7 or 3. #