Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myty/git-gone
A simple script to remove all git branches that have been merged into the main remote branch.
https://github.com/myty/git-gone
deno git
Last synced: 17 days ago
JSON representation
A simple script to remove all git branches that have been merged into the main remote branch.
- Host: GitHub
- URL: https://github.com/myty/git-gone
- Owner: myty
- License: mit
- Created: 2024-10-27T13:15:19.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:30:42.000Z (20 days ago)
- Last Synced: 2024-10-28T14:47:06.804Z (20 days ago)
- Topics: deno, git
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-gone
A simple script to remove all git branches that have been merged into the main remote branch.
## Pre-requisites
* [Deno](https://deno.com/)
* [Git](https://git-scm.com/)## Installation
```sh
deno install -g --allow-run -n git-gone jsr:@myty/git-gone
```## Usage
### Help
```sh
git gone -h
```## Commands
### list
List all gone branches.
### prune
Delete all gone branches.
## Credits
All credits for the idea go to Eugene Yokota (see ):
* git gone: cleaning stale local branches at
* git-gone in Bash:
* git-gone in Rust: