Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pelletier/git-cleanup
- Owner: pelletier
- License: unlicense
- Created: 2017-08-29T21:44:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T18:49:25.000Z (about 7 years ago)
- Last Synced: 2024-10-13T14:17:46.752Z (2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)