Skip to content

Commit

Permalink
Describing hack how to clean up local branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapphire64 committed Sep 22, 2014
1 parent 6f518a3 commit 7d6e85a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit 7d6e85a

Please sign in to comment.