2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[1541] Comment about pruning remote origin added.

This commit is contained in:
Tomek Mrugalski
2012-01-11 18:07:20 +01:00
parent f59f3629b1
commit 803c513e70

View File

@@ -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.
#