From 7d6e85a9b6c3df0452de05f1605ed0071130495f Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Mon, 22 Sep 2014 12:29:53 +0300 Subject: [PATCH] Describing hack how to clean up local branches --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 5414eb6..3fd0286 100644 --- a/README.rst +++ b/README.rst @@ -147,6 +147,19 @@ immediately. Tell everyone to run `git fetch --prune` to sync with this remote. (you don't have to, yours is synced) + + +Deleting local branches +----------- + +You can also clean up local branches by using simple hack: + +:: + + $ cd myrepo + $ git remote add local $(pwd) + $ git-sweep cleanup --origin=local + Development -----------