Browse Source

[1541] Comment about pruning remote origin added.

Tomek Mrugalski 13 years ago
parent
commit
803c513e70
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tools/git-obsolete-branch.py

+ 5 - 0
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.
 #