From 8a328e26d50dde6f4c06bdcd889c97b494f8efe3 Mon Sep 17 00:00:00 2001 From: Prabodh Meshram Date: Thu, 7 Dec 2017 00:12:34 +0530 Subject: [PATCH] Updated Readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc91c9..8e80876 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,12 @@ I tried to search for some solution where this can be handled when I pull code o Anyways, its an effort to provide a script to make sure I have peace of mind and won't do more manual work. -What I believe is Automate it, If it is regular process. \ No newline at end of file +What I believe is Automate it, If it is regular process. + +How to use ? +============= + +Copy the **_git-prune.sh_** or execute the file inside _scripts_ folder into your current Github directory you want to delete branches which are locally present. + +# Caveat : +For now it will also delete the untracked local branches which have never been pushed. So, use it wisely.