Skip to content

Commit

Permalink
Updating the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prabodhmeshram committed Dec 6, 2017
1 parent 31a8db1 commit 0485446
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Git Prune Local
Script to delete local branches which are deleted in remote
Script to delete local branches which are deleted in remote.

The motivation came from day to day basis of keeping track of hugely growing project. When there are too many local branches created and then pushed to repository and after successful merging are deleted from remote, but keep hanging in your local copy.

I tried to search for some solution where this can be handled when I pull code or fetch. There is also no out of the box solution, or I was lazy enough to search more than 5 links of Stackoverflow (afraid of I would find the Dead body on next page of google).

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.

0 comments on commit 0485446

Please sign in to comment.