Skip to content

Commit

Permalink
Merge pull request #27 from Sapphire64/master
Browse files Browse the repository at this point in the history
Describing hack how to clean up local branches
  • Loading branch information
closacco committed Mar 14, 2016
2 parents 6f518a3 + 7d6e85a commit d7522b4
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 d7522b4

Please sign in to comment.