Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pelletier/git-cleanup

Remove local branches not on remote
https://github.com/pelletier/git-cleanup

Last synced: about 1 month ago
JSON representation

Remove local branches not on remote

Awesome Lists containing this project

README

        

# git-cleanup

Super simple binary that adds `git cleanup` to delete local branches not on any remote.

## Build and install

```
go get github.com/pelletier/git-cleanup
go install github.com/pelletier/git-cleanup
```

## Prebuilt binary

Put one of those anywhere in `$PATH`.

* [macOS](https://github.com/pelletier/git-cleanup/releases/download/0.1/macOS)
* [linux x64](https://github.com/pelletier/git-cleanup/releases/download/0.1/linux-x64)